aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-04-05 09:06:04 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2002-04-05 09:06:04 +0000
commita40179bd4f08cfd21ff1e08536e895b214af2f95 (patch)
tree7fce222da62d07b3a6e51f1b6be65d91864b2295 /gcc/c-convert.c
parent2e04a6949585f2cf3a4d3a8eb39e6f2d4840a9d4 (diff)
downloadgcc-a40179bd4f08cfd21ff1e08536e895b214af2f95.zip
gcc-a40179bd4f08cfd21ff1e08536e895b214af2f95.tar.gz
gcc-a40179bd4f08cfd21ff1e08536e895b214af2f95.tar.bz2
Fix last change: c-common.h instead of c-convert.h.
From-SVN: r51916
Diffstat (limited to 'gcc/c-convert.c')
-rw-r--r--gcc/c-convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-convert.c b/gcc/c-convert.c
index 42c122e..3634bbe 100644
--- a/gcc/c-convert.c
+++ b/gcc/c-convert.c
@@ -29,7 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "tree.h"
#include "flags.h"
#include "convert.h"
-#include "c-convert.h"
+#include "c-common.h"
#include "toplev.h"
/* Change of width--truncation and extension of integers or reals--