From f10d9f1d397d30ed0765e0a882fd77e949cff226 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 15 Jun 2016 07:26:57 +0000 Subject: [PATCH] fix --- Common/OpenFile.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 5de96dc9a0..8b139f64b6 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -44,16 +44,13 @@ typedef unsigned long intptr_t; #include "PViewOptions.h" #endif -#if defined(HAVE_GRAPHICS) -#include "ReadImg.h" -#endif - #if defined(HAVE_FLTK) #include <FL/fl_ask.H> #include "FlGui.h" #include "onelabGroup.h" #include "graphicWindow.h" #include "drawContext.h" +#include "ReadImg.h" #endif #if defined(HAVE_3M) -- GitLab