diff dmd2/attrib.c @ 816:7d16ce7ad19d

Made ClassInfo.interfaces generation consistent with DMD, fixes #134 Removed unneeded includes from dmd/attrib.c
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 18:34:02 +0100
parents 340acf1535d0
children 2667e3a145be
line wrap: on
line diff
--- a/dmd2/attrib.c	Mon Dec 01 15:21:33 2008 +0100
+++ b/dmd2/attrib.c	Mon Dec 01 18:34:02 2008 +0100
@@ -32,7 +32,6 @@
 #include "template.h"
 
 #include "../gen/enums.h"
-#include "../gen/logger.h"
 
 extern void obj_includelib(const char *name);
 void obj_startaddress(Symbol *s);