summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-02 06:43:49 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-02 06:43:49 +0000
commitc778f6b827d3c961151be7dda996baacf37eea27 (patch)
treefccae071ea73bae621eb6fc577fcebf09b43e3d8 /gcc/varasm.c
parent82942e94ec35b1b16340df3b6d675d8858b4812b (diff)
downloadgcc-c778f6b827d3c961151be7dda996baacf37eea27.tar.gz
* varasm.c: Do not include c-pragma.h
* attribs.c: Do not incude c-common.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 9dcae52e344..061ff06dd76 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3. If not see
#include "output.h"
#include "toplev.h"
#include "hashtab.h"
-#include "c-pragma.h"
#include "ggc.h"
#include "langhooks.h"
#include "tm_p.h"