mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
Clean up includes in gtk/deprecated/
Purely cosmetic.
This commit is contained in:
parent
2f1fa7cdc3
commit
b49f966e1f
@ -86,7 +86,7 @@
|
|||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
#include "gtkmenuitem.h"
|
#include "gtkmenuitem.h"
|
||||||
#include "gtkstock.h"
|
#include "gtkstock.h"
|
||||||
#include "deprecated/gtktearoffmenuitem.h"
|
#include "gtktearoffmenuitem.h"
|
||||||
#include "gtktoolbutton.h"
|
#include "gtktoolbutton.h"
|
||||||
#include "gtktoolbar.h"
|
#include "gtktoolbar.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
@ -259,7 +259,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
#include "gtkactivatable.h"
|
#include "gtkactivatable.h"
|
||||||
#include "gtkactiongroup.h"
|
#include "gtkactiongroup.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "gtkcolorseldialog.h"
|
#include "gtkcolorseldialog.h"
|
||||||
|
@ -53,9 +53,6 @@
|
|||||||
#include "gtkbuildable.h"
|
#include "gtkbuildable.h"
|
||||||
#include "gtkorientable.h"
|
#include "gtkorientable.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
|
||||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
|
||||||
|
|
||||||
#include "gtkfontsel.h"
|
#include "gtkfontsel.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
#include "gtkgradientprivate.h"
|
#include "gtkgradientprivate.h"
|
||||||
|
|
||||||
#include "gtkcsscolorvalueprivate.h"
|
#include "gtkcsscolorvalueprivate.h"
|
||||||
#include "gtkcssrgbavalueprivate.h"
|
#include "gtkcssrgbavalueprivate.h"
|
||||||
#include "gtkstylecontextprivate.h"
|
#include "gtkstylecontextprivate.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "gtkbuildable.h"
|
#include "gtkbuildable.h"
|
||||||
#include "gtkbuilderprivate.h"
|
#include "gtkbuilderprivate.h"
|
||||||
#include "gtktypebuiltins.h"
|
#include "gtktypebuiltins.h"
|
||||||
#include "deprecated/gtkstyle.h"
|
#include "gtkstyle.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtkiconfactory
|
* SECTION:gtkiconfactory
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
|
||||||
#include "gtkuimanager.h"
|
#include "gtkuimanager.h"
|
||||||
#include "deprecated/gtktearoffmenuitem.h"
|
#include "gtktearoffmenuitem.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtkuimanager
|
* SECTION:gtkuimanager
|
||||||
|
Loading…
Reference in New Issue
Block a user