diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2009-04-23 10:44:00 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-04-23 10:44:00 +0000 |
commit | 8713b7e4f5f8cb2bf3c046dda4000c448500b746 (patch) | |
tree | ec7657e0175ebdc34356edc7b7a6544fbfff4f05 /gcc/ada/gcc-interface/cuintp.c | |
parent | b2f21330f7bc725e088522d63070b05f0253a672 (diff) | |
download | gcc-8713b7e4f5f8cb2bf3c046dda4000c448500b746.zip gcc-8713b7e4f5f8cb2bf3c046dda4000c448500b746.tar.gz gcc-8713b7e4f5f8cb2bf3c046dda4000c448500b746.tar.bz2 |
cuintp.c: Clean up include directives.
* gcc-interface/cuintp.c: Clean up include directives.
* gcc-interface/targtyps.c: Likewise.
* gcc-interface/decl.c: Likewise.
* gcc-interface/misc.c: Likewise.
* gcc-interface/trans.c: Likewise.
* gcc-interface/utils.c: Likewise.
* gcc-interface/utils2.c: Likewise.
* gcc-interface/Make-lang.in: Adjust dependencies accordingly.
From-SVN: r146643
Diffstat (limited to 'gcc/ada/gcc-interface/cuintp.c')
-rw-r--r-- | gcc/ada/gcc-interface/cuintp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/cuintp.c b/gcc/ada/gcc-interface/cuintp.c index 90ea342..9b42040 100644 --- a/gcc/ada/gcc-interface/cuintp.c +++ b/gcc/ada/gcc-interface/cuintp.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2008, Free Software Foundation, Inc. * + * Copyright (C) 1992-2009, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -31,6 +31,7 @@ #include "coretypes.h" #include "tm.h" #include "tree.h" + #include "ada.h" #include "types.h" #include "uintp.h" @@ -39,8 +40,8 @@ #include "nlists.h" #include "stringt.h" #include "fe.h" -#include "gigi.h" #include "ada-tree.h" +#include "gigi.h" /* Universal integers are represented by the Uint type which is an index into the Uints_Ptr table containing Uint_Entry values. A Uint_Entry contains an |