Search
lxdream.org :: lxdream/src/drivers/joy_linux.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/joy_linux.c
changeset 1296:30ecee61f811
prev1010:a506a2f66180
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (10 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/joy_linux.c Sun Apr 12 02:04:27 2009 +0000
1.2 +++ b/src/drivers/joy_linux.c Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -32,7 +32,6 @@
1.4 #include <ctype.h>
1.5
1.6 #include <linux/joystick.h>
1.7 -#include <glib/giochannel.h>
1.8 #include <glib.h>
1.9
1.10 #include "lxdream.h"
.