summaryrefslogtreecommitdiff
path: root/glib/src/regex.hg
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-12-10 14:23:33 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-12-10 14:23:33 +0000
commita556ef798a4ecbe69c52b9377e613deaf8c35ac7 (patch)
treed56f666a2959ebbdc816f26c6ff475ee68aa7557 /glib/src/regex.hg
parent67aebc3b8b8dfe7ee6151d0c2097e25305eca3ec (diff)
downloadglibmm-a556ef798a4ecbe69c52b9377e613deaf8c35ac7.tar.gz
Clean up glib includes (Bug #563987)
svn path=/trunk/; revision=749
Diffstat (limited to 'glib/src/regex.hg')
-rw-r--r--glib/src/regex.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/regex.hg b/glib/src/regex.hg
index 5b029a8f..afc90135 100644
--- a/glib/src/regex.hg
+++ b/glib/src/regex.hg
@@ -21,7 +21,7 @@ _DEFS(glibmm,glib)
#include <glibmm/ustring.h>
#include <glibmm/error.h>
#include <glibmm/arrayhandle.h>
-#include <glib/gregex.h>
+#include <glib.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GRegex GRegex;