This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Do not include typeclass.h in expr.c


Not even sure why it's included in the first place - it's not used.
Will commit as obvious in a couple of days, unless someone objects.

Ciao!
Steven



        * expr.c: Do not include typeclass.h.

Index: expr.c
===================================================================
--- expr.c      (revision 189081)
+++ expr.c      (working copy)
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3.
 #include "libfuncs.h"
 #include "recog.h"
 #include "reload.h"
-#include "typeclass.h"
 #include "toplev.h"
 #include "langhooks.h"
 #include "intl.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]