diff --git a/include/xeus-python/xdebugger.hpp b/include/xeus-python/xdebugger.hpp index d5464932..f28678df 100644 --- a/include/xeus-python/xdebugger.hpp +++ b/include/xeus-python/xdebugger.hpp @@ -16,11 +16,8 @@ #pragma GCC diagnostic ignored "-Wattributes" #endif -#include #include -#include -#include -#include +#include #include "nlohmann/json.hpp" #include "pybind11/pybind11.h" diff --git a/src/xdebugger.cpp b/src/xdebugger.cpp index bc5f987f..41bc09a8 100644 --- a/src/xdebugger.cpp +++ b/src/xdebugger.cpp @@ -8,12 +8,8 @@ * The full license is in the file LICENSE, distributed with this software. * ****************************************************************************/ -#include -#include #include #include -#include -#include // This must be included BEFORE pybind // otherwise it fails to build on Windows