From patchwork Thu Jun 24 04:26:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [m32c] avoid poisoned RTL_H From: DJ Delorie X-Patchwork-Id: 56742 Message-Id: <201006240426.o5O4QAnI006669@greed.delorie.com> To: gcc-patches@gcc.gnu.org Date: Thu, 24 Jun 2010 00:26:10 -0400 Committed. * config/m32c/m32c-pragma.c: Don't include rtl.h. Index: config/m32c/m32c-pragma.c =================================================================== --- config/m32c/m32c-pragma.c (revision 161306) +++ config/m32c/m32c-pragma.c (working copy) @@ -21,13 +21,12 @@ #include #include "config.h" #include "system.h" #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "rtl.h" #include "toplev.h" #include "c-family/c-pragma.h" #include "cpplib.h" #include "hard-reg-set.h" #include "output.h" #include "m32c-protos.h"