Search
lxdream.org :: lxdream/src/drivers/cdrom/cd_gdi.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/cdrom/cd_gdi.c
changeset 1296:30ecee61f811
prev1286:8376a612a79d
next1298:d0eb2307b847
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/drivers/cdrom/cd_gdi.c Sun Jul 01 13:19:27 2012 +1000
1.2 +++ b/src/drivers/cdrom/cd_gdi.c Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -23,9 +23,7 @@
1.4 #include <fcntl.h>
1.5 #include <errno.h>
1.6 #include <sys/stat.h>
1.7 -#include <glib/gfileutils.h>
1.8 -#include <glib/gutils.h>
1.9 -#include <glib/gstrfuncs.h>
1.10 +#include <glib.h>
1.11 #include "drivers/cdrom/cdimpl.h"
1.12
1.13
.