From 094b96ca1df4a035b5f93c351f773306c0241f3f Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 26 Jan 2023 11:30:47 +0000 Subject: move lots of source files around to match their actual placement in the original tree --- compiler_and_linker/unsorted/ObjGenMachO.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler_and_linker/unsorted/ObjGenMachO.c') 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" -- cgit v1.2.3