system.c ("libgfortran.h"): Move after system headers.
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sat, 30 Oct 2004 15:04:20 +0000 (09:04 -0600)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 30 Oct 2004 15:04:20 +0000 (15:04 +0000)
2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>

*  intrinsics/system.c ("libgfortran.h"): Move after system headers.

From-SVN: r89891

libgfortran/ChangeLog
libgfortran/intrinsics/system.c

index e2057a1f2f5bc6785f6af6948c40185936f46dda..559840af639324bff261a900319e28c7710fd53b 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       *  intrinsics/system.c ("libgfortran.h"): Move after system headers.
+
 2004-10-30  Canqun Yang  <canqun@nudt.edu.cn>
 
        * intrinsics/rand.c (irand): Handle NULL argument.
index 38ae0a9d2a9495ee266095ef1e6c0e68c42d586e..d962601d1656bfc352a29f4e4035f63620c59f59 100644 (file)
@@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
 #include "config.h"
-#include "libgfortran.h"
 
 #ifdef HAVE_STRING_H
 #include <string.h>
@@ -38,6 +37,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdlib.h>
 #endif
 
+#include "libgfortran.h"
+
 void
 prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status,
                    gfc_charlen_type cmd_len)