diff --git a/bindings/cxx/classes.cpp b/bindings/cxx/classes.cpp index f8a02314..6c3b15f1 100644 --- a/bindings/cxx/classes.cpp +++ b/bindings/cxx/classes.cpp @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include "libsigrokcxx/libsigrokcxx.hpp" +#include #include #include @@ -1619,6 +1619,6 @@ string Output::receive(shared_ptr packet) } } -#include "enums.cpp" +#include }