Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop trying to build on native WIN32, it's broken anyway
[simgrid.git] / src / xbt / xbt_os_file.cpp
index 1b424e1..2786b5d 100644 (file)
@@ -9,10 +9,6 @@
 #include "xbt/asserts.h"
 #include "xbt/file.hpp" /* this module */
 
-#ifdef _WIN32
-#include <windows.h>
-#endif
-
 #if HAVE_UNISTD_H
 #include <array>
 #include <cerrno>