abort.c ("libgfortran.h"): Move.
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sun, 3 Oct 2004 12:04:15 +0000 (06:04 -0600)
committerPaul Brook <pbrook@gcc.gnu.org>
Sun, 3 Oct 2004 12:04:15 +0000 (12:04 +0000)
2004-10-03  Aaron W. LaFramboise <aaronavay62@aaronwl.com>

* intrinsics/abort.c ("libgfortran.h"): Move.
* intrinsics/date_and_time.c ("libgfortran.h"): Same.
* intrinsics/write.c ("libgfortran.h"): Same.

From-SVN: r88444

libgfortran/ChangeLog
libgfortran/intrinsics/abort.c
libgfortran/intrinsics/date_and_time.c
libgfortran/io/write.c

index 19c596ff81c40e8f2988104ef5125c778b958789..29eca218195b278eec93dbe338e633d6b9033e7b 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-03  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       * intrinsics/abort.c ("libgfortran.h"): Move.
+       * intrinsics/date_and_time.c ("libgfortran.h"): Same.
+       * intrinsics/write.c ("libgfortran.h"): Same.
+
 2004-09-26  Tobias Schlueter  <tobis.schlueter@physik.uni-muenchen.de>
 
        PR libfortran/16137
index b042de4928fc7c456f5b362892bc8d787dede0a1..cc2a422cd3fe0befa58b55cb7b734823bbc1d89c 100644 (file)
@@ -18,8 +18,8 @@ License along with libgfor; see the file COPYING.LIB.  If not,
 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include "libgfortran.h"
 #include <stdlib.h>
+#include "libgfortran.h"
 
 
 void prefix(abort) (void);
index 6a09b2aeba25fa8fa72e0cb12994b7d30f5e5435..63d18f5cb2d57c2b9079f4893012593d4a38c3dd 100644 (file)
@@ -23,10 +23,9 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/types.h>
 #include <string.h>
 #include <assert.h>
-#include "libgfortran.h"
-
 #include <stdio.h>
 #include <stdlib.h>
+#include "libgfortran.h"
 
 #undef HAVE_NO_DATE_TIME
 #if TIME_WITH_SYS_TIME
index 2392b3ca1b2a8282b98b66c702740ef09acc6394..4e22b703ea82a24906d27c4d3f36b7fdd8acdf69 100644 (file)
@@ -21,10 +21,10 @@ Boston, MA 02111-1307, USA.  */
 #include "config.h"
 #include <string.h>
 #include <float.h>
-#include "libgfortran.h"
-#include "io.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include "libgfortran.h"
+#include "io.h"
 
 
 #define star_fill(p, n) memset(p, '*', n)