Skip to content

Commit

Permalink
refactor: remove unused #include directives (#184)
Browse files Browse the repository at this point in the history
* refactor: remove unused #include directives
  • Loading branch information
anutosh491 authored Nov 19, 2024
1 parent e702dd9 commit 859a1b9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/xinterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@
* The full license is in the file LICENSE, distributed with this software. *
************************************************************************************/

#include <algorithm>
#include <cinttypes> // required before including llvm/ExecutionEngine/Orc/LLJIT.h because missing llvm/Object/SymbolicFile.h
#include <cstdarg>
#include <cstdio>
#include <memory>
#include <sstream>
#include <string>
#include <vector>

#include "xeus/xhelper.hpp"
#include "xeus/xsystem.hpp"
#include <xeus/xhelper.hpp>

#include "xeus-cpp/xbuffer.hpp"
#include "xeus-cpp/xeus_cpp_config.hpp"
Expand Down

0 comments on commit 859a1b9

Please sign in to comment.