Skip to content

Commit ecea33a

Browse files
authored
fix: Make locator.hpp self contained (#729)
1 parent 8f4cdcb commit ecea33a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/boost/gil/locator.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
#ifndef BOOST_GIL_LOCATOR_HPP
99
#define BOOST_GIL_LOCATOR_HPP
1010

11-
#include <boost/gil/dynamic_step.hpp>
12-
#include <boost/gil/pixel_iterator.hpp>
11+
#include <boost/gil/step_iterator.hpp>
1312
#include <boost/gil/point.hpp>
1413

1514
#include <boost/assert.hpp>

0 commit comments

Comments
 (0)