diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-01-29 23:56:04 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-01-30 00:01:26 -0500 |
commit | 1d55cfb51e03f4ba23191df4625ca62d3624652e (patch) | |
tree | 120e6e70aa461854caeb2c8137e43aa43b16c179 /glib/gurifuncs.h | |
parent | 71b14dedd8fa7b141e1496ba0b727996f6808579 (diff) | |
download | glib-1d55cfb51e03f4ba23191df4625ca62d3624652e.tar.gz |
don't #include <glib.h> from other public headers
fix up some problems that were hidden by that
Diffstat (limited to 'glib/gurifuncs.h')
-rw-r--r-- | glib/gurifuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gurifuncs.h b/glib/gurifuncs.h index bcdeed979..bbc8f8800 100644 --- a/glib/gurifuncs.h +++ b/glib/gurifuncs.h @@ -27,7 +27,7 @@ #ifndef __G_URI_FUNCS_H__ #define __G_URI_FUNCS_H__ -#include <glib.h> +#include <glib/gtypes.h> G_BEGIN_DECLS |