Reorder headers to make FreeBSD happy.
authorOwen Taylor <otaylor@redhat.com>
Sun, 18 Mar 2001 00:55:10 +0000 (00:55 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 18 Mar 2001 00:55:10 +0000 (00:55 +0000)
Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>

        * timeloop.c: Reorder headers to make FreeBSD happy.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/timeloop.c
timeloop.c

index 521c6d3..3c08807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index 521c6d3..3c08807 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * timeloop.c: Reorder headers to make FreeBSD happy. 
+
 2001-03-13  Tor Lillqvist  <tml@iki.fi>
 
        From Edward M. Lee  <tailbert@yahoo.com>:
index cacc8e4..d81922a 100644 (file)
@@ -2,8 +2,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
-#include <sys/resource.h>
 #include <sys/time.h>
+#include <sys/resource.h>
 
 #include <glib.h>
 
index cacc8e4..d81922a 100644 (file)
@@ -2,8 +2,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
-#include <sys/resource.h>
 #include <sys/time.h>
+#include <sys/resource.h>
 
 #include <glib.h>