We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d686d17 commit d9f0490Copy full SHA for d9f0490
src/dpl/include/dpl/Opendp.h
@@ -15,14 +15,12 @@
15
#include <utility> // pair
16
#include <vector>
17
18
-// clang-format off
19
-#include "boost/geometry/geometries/point.hpp"
+#include "boost/geometry/core/cs.hpp"
20
#include "boost/geometry/geometries/box.hpp"
21
#include "boost/geometry/geometries/point_xy.hpp"
22
-#include "boost/geometry/strategies/strategies.hpp"
23
-#include "boost/geometry/core/cs.hpp"
24
-// clang-format on
25
#include "boost/geometry/index/rtree.hpp"
+// NOLINTNEXTLINE
+#include "boost/geometry/strategies/strategies.hpp" // Required implictly by rtree
26
#include "odb/db.h"
27
#include "odb/dbTypes.h"
28
#include "odb/geom.h"
0 commit comments