We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702dd9 commit 859a1b9Copy full SHA for 859a1b9
src/xinterpreter.cpp
@@ -7,17 +7,8 @@
7
* The full license is in the file LICENSE, distributed with this software. *
8
************************************************************************************/
9
10
-#include <algorithm>
11
-#include <cinttypes> // required before including llvm/ExecutionEngine/Orc/LLJIT.h because missing llvm/Object/SymbolicFile.h
12
-#include <cstdarg>
13
-#include <cstdio>
14
-#include <memory>
15
-#include <sstream>
16
-#include <string>
17
-#include <vector>
18
-
+#include "xeus/xhelper.hpp"
19
#include "xeus/xsystem.hpp"
20
-#include <xeus/xhelper.hpp>
21
22
#include "xeus-cpp/xbuffer.hpp"
23
#include "xeus-cpp/xeus_cpp_config.hpp"
0 commit comments