[gtk+] searchentry: Fix includes



commit 63f2fc752aa01de972a495bdc173dc0654e76159
Author: Benjamin Otte <otte redhat com>
Date:   Thu Oct 29 15:55:28 2015 +0100

    searchentry: Fix includes

 gtk/gtksearchentry.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index ce38e34..64c31a2 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -27,11 +27,13 @@
 
 #include "config.h"
 
-#include "gtkaccessible.h"
 #include "gtksearchentry.h"
-#include "gtkmarshalers.h"
-#include "gtkintl.h"
+
+#include "gtkaccessible.h"
 #include "gtkbindings.h"
+#include "gtkintl.h"
+#include "gtkmarshalers.h"
+#include "gtkstylecontext.h"
 
 /**
  * SECTION:gtksearchentry


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