filename | src/tools/genglsl.c |
changeset | 1296:30ecee61f811 |
prev | 1288:fdb8f59143c7 |
author | nkeynes |
date | Sat Jan 26 14:00:48 2013 +1000 (9 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/tools/genglsl.c Wed Jul 04 12:01:31 2012 +10001.2 +++ b/src/tools/genglsl.c Sat Jan 26 14:00:48 2013 +10001.3 @@ -27,9 +27,7 @@1.4 #include <stdlib.h>1.5 #include <string.h>1.6 #include <getopt.h>1.7 -#include <glib/gstrfuncs.h>1.8 -#include <glib/gshell.h>1.9 -#include <glib/glist.h>1.10 +#include <glib.h>1.11 #include "../../config.h"1.13 #define MAX_LINE 4096
.