Skip to content

Commit

Permalink
Change "" includes into <>
Browse files Browse the repository at this point in the history
  • Loading branch information
simmplecoder committed May 30, 2022
1 parent f87ee56 commit cc39f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/boost/gil/extension/rasterization/circle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#ifndef BOOST_GIL_RASTERIZATION_CIRCLE_HPP
#define BOOST_GIL_RASTERIZATION_CIRCLE_HPP

#include "boost/gil/detail/math.hpp"
#include "boost/gil/point.hpp"
#include <boost/gil/detail/math.hpp>
#include <boost/gil/point.hpp>
#include <cmath>
#include <cstddef>

Expand Down
2 changes: 1 addition & 1 deletion include/boost/gil/extension/rasterization/line.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//

#include "boost/gil/point.hpp"
#include <boost/gil/point.hpp>
#include <cmath>
#include <cstddef>

Expand Down

0 comments on commit cc39f1a

Please sign in to comment.