aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2009-05-02 06:43:49 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2009-05-02 06:43:49 +0000
commitd363a7e74ce8a8a5ea4fafb620e6a893e7e4aaf6 (patch)
treefccae071ea73bae621eb6fc577fcebf09b43e3d8 /gcc/varasm.c
parent19514be49f2f414c25114f9f79a43f8a6de0270e (diff)
downloadgcc-d363a7e74ce8a8a5ea4fafb620e6a893e7e4aaf6.zip
gcc-d363a7e74ce8a8a5ea4fafb620e6a893e7e4aaf6.tar.gz
gcc-d363a7e74ce8a8a5ea4fafb620e6a893e7e4aaf6.tar.bz2
varasm.c: Do not include c-pragma.h
* varasm.c: Do not include c-pragma.h * attribs.c: Do not incude c-common.h From-SVN: r147053
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 9dcae52..061ff06 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"