From 532cccbd3ad10764bfcbe8083f5a490c2e6e6774 Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Sun, 8 Mar 2009 12:13:22 +0100 Subject: [PATCH] Fixed some #includes to be correct for both D1 and D2 --- gen/abi-x86-64.cpp | 6 +++--- gen/cl_helpers.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gen/abi-x86-64.cpp b/gen/abi-x86-64.cpp index fb7dab06..71939aa3 100644 --- a/gen/abi-x86-64.cpp +++ b/gen/abi-x86-64.cpp @@ -32,9 +32,9 @@ * and the pointer in memory, as printf expects it. */ -#include "dmd/mtype.h" -#include "dmd/declaration.h" -#include "dmd/aggregate.h" +#include "mtype.h" +#include "declaration.h" +#include "aggregate.h" #include "gen/llvm.h" #include "gen/tollvm.h" diff --git a/gen/cl_helpers.cpp b/gen/cl_helpers.cpp index 8cbb0c1a..065418a2 100644 --- a/gen/cl_helpers.cpp +++ b/gen/cl_helpers.cpp @@ -1,7 +1,7 @@ #include "gen/cl_helpers.h" -#include "dmd/root.h" -#include "dmd/mem.h" +#include "root.h" +#include "mem.h" #include // isupper, tolower #include