diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-05 00:23:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-05 00:23:03 -0400 |
commit | f13d5612116de1e968764721fbc60b8e1d378430 (patch) | |
tree | a382f55002bbcb09626daab2d57f62f17770f174 /glib/gerror.c | |
parent | 19972a1b57ef092067f001bb8d870fa552cc20a2 (diff) | |
download | glib-f13d5612116de1e968764721fbc60b8e1d378430.tar.gz |
More header inclusion cleanup
Diffstat (limited to 'glib/gerror.c')
-rw-r--r-- | glib/gerror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glib/gerror.c b/glib/gerror.c index 4e4c3e77a..1f3973910 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -26,8 +26,10 @@ #include "config.h" -#include "glib.h" +#include "gerror.h" +#include "gstrfuncs.h" +#include "gtestutils.h" /** * g_error_new_valist: |