diff options
author | Michael Natterer <mitch@gimp.org> | 2011-10-23 13:57:07 +0200 |
---|---|---|
committer | Michael Natterer <mitch@gimp.org> | 2011-10-23 13:57:07 +0200 |
commit | 5c4f2ef0c1e658827091aadf4fc3c4d5f5964785 (patch) | |
tree | a5da9acda064284852e755d56aa421c73a15075f /gtk/gtktextattributes.c | |
parent | 2688ccdbc4c8976ba4f7d681533d70ab9edc8b32 (diff) | |
download | gtk+-5c4f2ef0c1e658827091aadf4fc3c4d5f5964785.tar.gz |
gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h
and remove gtkmainprivate.h completely.
Diffstat (limited to 'gtk/gtktextattributes.c')
-rw-r--r-- | gtk/gtktextattributes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktextattributes.c b/gtk/gtktextattributes.c index 8aca3b8c9f..d9bb885644 100644 --- a/gtk/gtktextattributes.c +++ b/gtk/gtktextattributes.c @@ -51,7 +51,6 @@ #include "gtktextattributes.h" -#include "gtkmainprivate.h" #include "gtktexttag.h" #include "gtktexttypes.h" |