]> www.fi.muni.cz Git - evince.git/blobdiff - shell/eggfindbar.c
More #include cleanups. Again: reordering, single gtk.h includes and other
[evince.git] / shell / eggfindbar.c
index 3c8cb6114e0684ef849a19bd6c2cae6b229dbb73..bfa9e1264e7e9e06f79db518fb746b9725274d3e 100644 (file)
@@ -16,15 +16,15 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
 */
 
-#include <config.h>
+#include "config.h"
 
-#include "eggfindbar.h"
+#include <string.h>
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
-#include <string.h>
+#include "eggfindbar.h"
 
 struct _EggFindBarPrivate
 {