aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-search.c')
-rw-r--r--widgets/table/e-table-search.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c
index c0460e4524..d49f993d08 100644
--- a/widgets/table/e-table-search.c
+++ b/widgets/table/e-table-search.c
@@ -22,11 +22,13 @@
*/
#include <config.h>
-#include "e-table-search.h"
-#include "gal/util/e-util.h"
#include <string.h>
+#include "gal/util/e-util.h"
+
+#include "e-table-search.h"
+
#define d(x)
d(static gint depth = 0);