summaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-05 09:06:04 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-05 09:06:04 +0000
commita23487e420e229555b0ec122fd4b8409e2426cce (patch)
tree7fce222da62d07b3a6e51f1b6be65d91864b2295 /gcc/c-convert.c
parenta69f4a275861df5a589db11d67b5fda74581a0da (diff)
downloadgcc-a23487e420e229555b0ec122fd4b8409e2426cce.tar.gz
Fix last change: c-common.h instead of c-convert.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51916 138bc75d-0d04-0410-961f-82ee72b054a4
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 42c122ee991..3634bbe44ea 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--