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/gtkspinbutton.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/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 9a6b3eaeda..6be36aac6b 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -38,7 +38,6 @@ #include "gtkbindings.h" #include "gtkspinbutton.h" #include "gtkentryprivate.h" -#include "gtkmainprivate.h" #include "gtkmarshalers.h" #include "gtksettings.h" #include "gtkprivate.h" |