summaryrefslogtreecommitdiff
path: root/compiler_and_linker/unsorted/ObjGenMachO.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_and_linker/unsorted/ObjGenMachO.c')
-rw-r--r--compiler_and_linker/unsorted/ObjGenMachO.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler_and_linker/unsorted/ObjGenMachO.c b/compiler_and_linker/unsorted/ObjGenMachO.c
index 072824a..f6f6216 100644
--- a/compiler_and_linker/unsorted/ObjGenMachO.c
+++ b/compiler_and_linker/unsorted/ObjGenMachO.c
@@ -7,9 +7,9 @@
#include "compiler/CParser.h"
#include "compiler/CodeGen.h"
#include "compiler/CompilerTools.h"
-#include "compiler/uDump.h"
+#include "compiler/DumpIR.h"
#include "compiler/GenStabs.h"
-#include "compiler/IrOptimizer.h"
+#include "../FrontEnd/Optimizer/IrOptimizer.h"
#include "compiler/MachO.h"
#include "compiler/PCodeListing.h"
#include "compiler/TOC.h"