From ba85c4eff9a70c15f0d4c635e063e2dc741932bf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 7 Jun 2016 15:03:45 +0900 Subject: [PATCH] eio: Fix build for windows dllimport vs dllexport problem due to invalid include order. Thanks @vtorri for the report See 1ba06bb6429d6199714 --- src/lib/eio/eio_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/eio/eio_main.c b/src/lib/eio/eio_main.c index b399d9bfb6..f10f519672 100644 --- a/src/lib/eio/eio_main.c +++ b/src/lib/eio/eio_main.c @@ -16,10 +16,8 @@ * License along with this library; * if not, see . */ -#include "eio_private.h" -#include "Eio.h" - #include +#include "eio_private.h" /*============================================================================* * Local *