Skip to content

Commit b1d07eb

Browse files
committed
fix(headers): reverse some header renaming (h to hpp) that shouldn't be done
1 parent 02c275e commit b1d07eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/python/src/inspector/inspector.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
*
2222
*/
2323

24-
#include "pybind11/iostream.hpp"
25-
#include "pybind11/pybind11.hpp"
26-
#include "pybind11/stl.hpp"
24+
#include "pybind11/iostream.h"
25+
#include "pybind11/pybind11.h"
26+
#include "pybind11/stl.h"
2727

2828
#include "criterion/adjacency/brep_meshes_adjacency.hpp"
2929
#include "criterion/adjacency/section_meshes_adjacency.hpp"

0 commit comments

Comments
 (0)