Преглед изворни кода

src/top/starpu_top_connection.c: first include all windows include files before including any starpu files

Nathalie Furmento пре 10 година
родитељ
комит
23e779bd6a
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/top/starpu_top_connection.c

+ 3 - 3
src/top/starpu_top_connection.c

@@ -15,9 +15,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include <starpu_config.h>
-#include <starpu.h>
-
 #ifdef __MINGW__
 #  define WINVER WindowsXP
 #  include <w32api.h>
@@ -32,6 +29,9 @@
 #  include <netdb.h>
 #endif
 
+#include <starpu_config.h>
+#include <starpu.h>
+
 #include <top/starpu_top_core.h>
 #include <top/starpu_top_connection.h>
 #include <top/starpu_top_message_queue.h>