diff mbox

Do not include typeclass.h in expr.c

Message ID CABu31nMvWHUTyGL=wUYzYFzje1wFUZDbt_HRiZtp+g29umwYQw@mail.gmail.com
State New
Headers show

Commit Message

Steven Bosscher June 29, 2012, 8:06 p.m. UTC
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.
diff mbox

Patch

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"