From e50549cf502f988ff214a2714a8cdd6fb6892244 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 7 Apr 2019 21:47:17 +0200 Subject: local #include files inside "" instead <> --- test/test-eel-image-table.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/test-eel-image-table.c') diff --git a/test/test-eel-image-table.c b/test/test-eel-image-table.c index 9677537a..3595cd7c 100644 --- a/test/test-eel-image-table.c +++ b/test/test-eel-image-table.c @@ -1,8 +1,9 @@ -#include "test.h" - -#include -#include #include +#include + +#include "../eel/eel-image-table.h" + +#include "test.h" static const char pixbuf_name[] = "/usr/share/pixmaps/mate-about-logo.png"; -- cgit v1.2.1