fix
authorMatthias Braun <matze@braunis.de>
Wed, 24 Feb 2010 15:15:25 +0000 (15:15 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 24 Feb 2010 15:15:25 +0000 (15:15 +0000)
[r27213]

ast_t.h

diff --git a/ast_t.h b/ast_t.h
index 2e389c0..2f6d28c 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -29,7 +29,6 @@
 #include "type.h"
 #include "entity_t.h"
 #include "adt/obst.h"
-#include "target_value.h"
 
 /** The AST obstack contains all data that must stay in the AST. */
 extern struct obstack ast_obstack;