forked from AuroraMiddleware/gtk
gtk: Include the appropriate headers
This commit is contained in:
parent
3fdbe2ea13
commit
9bb816f8ee
@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcheckbutton.h"
|
||||
#include "gtkcheckbuttonprivate.h"
|
||||
|
||||
#include "gtkbuttonprivate.h"
|
||||
#include "gtklabel.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "gtkbuiltiniconprivate.h"
|
||||
#include "gtkcheckmenuitem.h"
|
||||
#include "gtkcheckmenuitemprivate.h"
|
||||
#include "gtkmenuitemprivate.h"
|
||||
#include "gtkaccellabel.h"
|
||||
#include "deprecated/gtkactivatable.h"
|
||||
|
@ -17,8 +17,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcssiconthemevalueprivate.h"
|
||||
#include "gtkcsspalettevalueprivate.h"
|
||||
|
||||
#include "gtkcssiconthemevalueprivate.h"
|
||||
#include "gtkcsscolorvalueprivate.h"
|
||||
#include "gtkcssrgbavalueprivate.h"
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtksearchentry.h"
|
||||
#include "gtksearchentryprivate.h"
|
||||
|
||||
#include "gtkaccessible.h"
|
||||
#include "gtkbindings.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkshortcutsshortcut.h"
|
||||
#include "gtkshortcutsshortcutprivate.h"
|
||||
|
||||
#include "gtkshortcutlabel.h"
|
||||
#include "gtkshortcutswindowprivate.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkshortcutswindow.h"
|
||||
#include "gtkshortcutswindowprivate.h"
|
||||
#include "gtkscrolledwindow.h"
|
||||
#include "gtkshortcutssection.h"
|
||||
#include "gtkshortcutsgroup.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkutilsprivate.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user