Browse Source

Actually drop including starpu's config.h

Samuel Thibault 10 years ago
parent
commit
af0817b43f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/dolib.c

+ 0 - 1
src/dolib.c

@@ -18,7 +18,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <common/config.h>
 #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
 #include <unistd.h>
 #endif