diff gen/elem.h @ 40:8b0e809563df trunk

[svn r44] Lots of bug fixes. New array literal support New array ~= operator support (for single element) New with statement support More...
author lindquist
date Fri, 19 Oct 2007 07:43:21 +0200
parents 4648206ca213
children 0c77619e803b
line wrap: on
line diff
--- a/gen/elem.h	Wed Oct 10 06:21:31 2007 +0200
+++ b/gen/elem.h	Fri Oct 19 07:43:21 2007 +0200
@@ -1,8 +1,6 @@
 #ifndef LLVMDC_GEN_ELEM_H
 #define LLVMDC_GEN_ELEM_H
 
-#include "llvm/Value.h"
-
 #include "root.h"
 #include "declaration.h"
 #include "aggregate.h"