Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions include/xeus-python/xdebugger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
#pragma GCC diagnostic ignored "-Wattributes"
#endif

#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <thread>
#include <string>

#include "nlohmann/json.hpp"
#include "pybind11/pybind11.h"
Expand Down
4 changes: 0 additions & 4 deletions src/xdebugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/

#include <cctype>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include <thread>

// This must be included BEFORE pybind
// otherwise it fails to build on Windows
Expand Down
Loading