mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
Reorder headers to make FreeBSD happy.
Sat Mar 17 19:54:51 2001 Owen Taylor <otaylor@redhat.com> * timeloop.c: Reorder headers to make FreeBSD happy.
This commit is contained in:
parent
1207d757f2
commit
1d5b01bb52
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -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>
|
2001-03-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
From Edward M. Lee <tailbert@yahoo.com>:
|
From Edward M. Lee <tailbert@yahoo.com>:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/resource.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <sys/resource.h>
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/resource.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <sys/resource.h>
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user