diff options
Diffstat (limited to 'src/parse/root.cpp')
-rw-r--r-- | src/parse/root.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp index dd3d8904..4f856fbc 100644 --- a/src/parse/root.cpp +++ b/src/parse/root.cpp @@ -13,7 +13,6 @@ #include "../ast/crate.hpp"
#include "parseerror.hpp"
#include "common.hpp"
-#include "../macros.hpp"
#include <cassert>
::std::string dirname(::std::string input) {
|