diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-29 16:33:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-29 16:35:37 -0400 |
commit | e014b8931036e5e1f09108520c0ac0c4efe250e6 (patch) | |
tree | 688aaa2a61b7bb03c9434a718aa15960711e6b86 /gtk/gtkstylecontext.c | |
parent | bdf35e034a749f03fd704889479b37ac9e82a1b0 (diff) | |
download | gtk+-e014b8931036e5e1f09108520c0ac0c4efe250e6.tar.gz |
Move gtkthemingengine to deprecated directory
This is the place for wholly-deprecated sources.
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 93575e1c00..7bcaab66b6 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -36,7 +36,6 @@ #include "gtkdebug.h" #include "gtkstylepropertiesprivate.h" #include "gtktypebuiltins.h" -#include "gtkthemingengineprivate.h" #include "gtkintl.h" #include "gtkwidget.h" #include "gtkwindow.h" @@ -48,6 +47,7 @@ #include "gtksettings.h" #include "gtksettingsprivate.h" +#include "deprecated/gtkthemingengineprivate.h" #include "deprecated/gtkgradientprivate.h" #include "deprecated/gtksymboliccolorprivate.h" |