eio: Fix build for windows

dllimport vs dllexport problem due to invalid include order.
Thanks @vtorri for the report

See 1ba06bb642
This commit is contained in:
Jean-Philippe Andre 2016-06-07 15:03:45 +09:00
parent 4095ec4f1a
commit ba85c4eff9
1 changed files with 1 additions and 3 deletions

View File

@ -16,10 +16,8 @@
* License along with this library;
* if not, see <http://www.gnu.org/licenses/>.
*/
#include "eio_private.h"
#include "Eio.h"
#include <Efreet_Mime.h>
#include "eio_private.h"
/*============================================================================*
* Local *