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