diff gen/abi-x86-64.cpp @ 1063:40d7f9b7357f

Fixed some #includes to be correct for both D1 and D2
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 12:13:22 +0100
parents a3d7288c4473
children f2f13f111e2e
line wrap: on
line diff
--- a/gen/abi-x86-64.cpp	Sun Mar 08 11:46:55 2009 +0100
+++ b/gen/abi-x86-64.cpp	Sun Mar 08 12:13:22 2009 +0100
@@ -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"