Fixed include ring
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 10 Feb 2005 11:49:13 +0000 (11:49 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 10 Feb 2005 11:49:13 +0000 (11:49 +0000)
[r5074]

ir/tv/tv.h
ir/tv/tv_t.h

index accdad8..fd7eda0 100644 (file)
 #ifndef _TV_H_
 #define _TV_H_
 
-# include "irmode.h"
-/* # include "entity.h" */
-# include "irnode.h"    /* for pnc_number enum */
-
+#include "irmode.h"
+#include "pnc.h"
 
 /****h* libfirm/tv
  *
index b5c622d..76522b9 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef _TV_T_H_
 #define _TV_T_H_
 
+#include "entity.h"
+#include "irmode.h"
 #include "tv.h"