filename | src/tools/genmach.c |
changeset | 1296:30ecee61f811 |
prev | 1104:700e16c321e5 |
next | 1298:d0eb2307b847 |
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/tools/genmach.c Mon Mar 15 22:10:24 2010 +10001.2 +++ b/src/tools/genmach.c Sat Jan 26 14:00:48 2013 +10001.3 @@ -23,8 +23,7 @@1.4 #include <getopt.h>1.5 #include <ctype.h>1.6 #include <errno.h>1.7 -#include <glib/gstrfuncs.h>1.8 -#include <glib/glist.h>1.9 +#include <glib.h>1.10 #include "gettext.h"1.11 #include "genmach.h"
.