#include <WOKTools_BasicMap.ixx>
#include <TCollection.hxx>
#include <WOKTools_BasicMapIterator.hxx>
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
#ifdef WNT
#include <windows.h>
# include <memory.h>
#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
-#ifdef HAVE_MALLOC_H
-# include <malloc.h>
-#endif
-
-#ifdef HAVE_IOMANIP
-#include <iomanip>
-#elif defined (HAVE_IOMANIP_H)
-# include <iomanip.h>
-#else
- #error "check config.h file or compilation options: either HAVE_IOMANIP or HAVE_IOMANIP_H should be defined"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+# ifdef HAVE_UNISTD_H
+# include <unistd.h>
+# endif
+
+# ifdef HAVE_MALLOC_H
+# include <malloc.h>
+# endif
+
+# ifdef HAVE_IOMANIP
+# include <iomanip>
+# elif defined (HAVE_IOMANIP_H)
+# include <iomanip.h>
+# else
+# error "check config.h file or compilation options: either HAVE_IOMANIP or HAVE_IOMANIP_H should be defined"
+# endif
#endif
//=======================================================================