Skip to content

Commit 9c655b1

Browse files
authored
Removed unused headers (#703)
1 parent b121f84 commit 9c655b1

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

include/xeus-python/xdebugger.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
#pragma GCC diagnostic ignored "-Wattributes"
1717
#endif
1818

19-
#include <map>
2019
#include <memory>
21-
#include <mutex>
22-
#include <set>
23-
#include <thread>
20+
#include <string>
2421

2522
#include "nlohmann/json.hpp"
2623
#include "pybind11/pybind11.h"

src/xdebugger.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
* The full license is in the file LICENSE, distributed with this software. *
99
****************************************************************************/
1010

11-
#include <cctype>
12-
#include <cstdlib>
1311
#include <fstream>
1412
#include <iostream>
15-
#include <string>
16-
#include <thread>
1713

1814
// This must be included BEFORE pybind
1915
// otherwise it fails to build on Windows

0 commit comments

Comments
 (0)