diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 22:32:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 22:32:23 -0400 |
commit | 2f1fa7cdc3735b13561f27345f43ed3ac6883d8e (patch) | |
tree | e583c020bae18bc7a070f13e3f12e6a8434c3e17 /gtk/gtkpagesetupunixdialog.c | |
parent | 0aa57d26b53a39d0f95bc42d34abd70f4f32406b (diff) | |
download | gtk+-2f1fa7cdc3735b13561f27345f43ed3ac6883d8e.tar.gz |
Drop some unnecessary includes
Drop includes of deprecated headers where they are
no longer needed.
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r-- | gtk/gtkpagesetupunixdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c index 040285923a..fff76e4ed9 100644 --- a/gtk/gtkpagesetupunixdialog.c +++ b/gtk/gtkpagesetupunixdialog.c @@ -25,7 +25,6 @@ #include "gtkprivate.h" #include "gtkliststore.h" -#include "deprecated/gtkstock.h" #include "gtktreeviewcolumn.h" #include "gtktreeselection.h" #include "gtktreemodel.h" |