Skip to content

Commit d9f0490

Browse files
committed
clang-tidy
Signed-off-by: Ethan Mahintorabi <[email protected]>
1 parent d686d17 commit d9f0490

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/dpl/include/dpl/Opendp.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
#include <utility> // pair
1616
#include <vector>
1717

18-
// clang-format off
19-
#include "boost/geometry/geometries/point.hpp"
18+
#include "boost/geometry/core/cs.hpp"
2019
#include "boost/geometry/geometries/box.hpp"
2120
#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
2521
#include "boost/geometry/index/rtree.hpp"
22+
// NOLINTNEXTLINE
23+
#include "boost/geometry/strategies/strategies.hpp" // Required implictly by rtree
2624
#include "odb/db.h"
2725
#include "odb/dbTypes.h"
2826
#include "odb/geom.h"

0 commit comments

Comments
 (0)