[gtk+] gtk: Include the appropriate headers



commit 9bb816f8ee76b8325b78f108b2c38ce878d08879
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Oct 15 21:22:48 2016 +0100

    gtk: Include the appropriate headers

 gtk/gtkcheckbutton.c       |    2 +-
 gtk/gtkcheckmenuitem.c     |    2 +-
 gtk/gtkcsspalettevalue.c   |    3 ++-
 gtk/gtksearchentry.c       |    2 +-
 gtk/gtkshortcutsshortcut.c |    2 +-
 gtk/gtkshortcutswindow.c   |    2 +-
 gtk/gtkutils.c             |    2 ++
 7 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index b4e82fc..2e4deec 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -24,7 +24,7 @@
 
 #include "config.h"
 
-#include "gtkcheckbutton.h"
+#include "gtkcheckbuttonprivate.h"
 
 #include "gtkbuttonprivate.h"
 #include "gtklabel.h"
diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c
index 44dc2a7..f7a40d1 100644
--- a/gtk/gtkcheckmenuitem.c
+++ b/gtk/gtkcheckmenuitem.c
@@ -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"
diff --git a/gtk/gtkcsspalettevalue.c b/gtk/gtkcsspalettevalue.c
index cf98968..7dbbfd2 100644
--- a/gtk/gtkcsspalettevalue.c
+++ b/gtk/gtkcsspalettevalue.c
@@ -17,8 +17,9 @@
 
 #include "config.h"
 
-#include "gtkcssiconthemevalueprivate.h"
+#include "gtkcsspalettevalueprivate.h"
 
+#include "gtkcssiconthemevalueprivate.h"
 #include "gtkcsscolorvalueprivate.h"
 #include "gtkcssrgbavalueprivate.h"
 
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index ef725ea..7d5bcac 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -27,7 +27,7 @@
 
 #include "config.h"
 
-#include "gtksearchentry.h"
+#include "gtksearchentryprivate.h"
 
 #include "gtkaccessible.h"
 #include "gtkbindings.h"
diff --git a/gtk/gtkshortcutsshortcut.c b/gtk/gtkshortcutsshortcut.c
index 1767f0d..669b8a7 100644
--- a/gtk/gtkshortcutsshortcut.c
+++ b/gtk/gtkshortcutsshortcut.c
@@ -18,7 +18,7 @@
 
 #include "config.h"
 
-#include "gtkshortcutsshortcut.h"
+#include "gtkshortcutsshortcutprivate.h"
 
 #include "gtkshortcutlabel.h"
 #include "gtkshortcutswindowprivate.h"
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index 8cb22c6..d67d6ed 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -18,7 +18,7 @@
 
 #include "config.h"
 
-#include "gtkshortcutswindow.h"
+#include "gtkshortcutswindowprivate.h"
 #include "gtkscrolledwindow.h"
 #include "gtkshortcutssection.h"
 #include "gtkshortcutsgroup.h"
diff --git a/gtk/gtkutils.c b/gtk/gtkutils.c
index 69c4ccb..04ddda7 100644
--- a/gtk/gtkutils.c
+++ b/gtk/gtkutils.c
@@ -24,6 +24,8 @@
 
 #include "config.h"
 
+#include "gtkutilsprivate.h"
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]