chiark / gitweb /
work around broken solaris gcc
[nlopt.git] / cdirect / cdirect.c
index 49d4836173c11b0101ccc4873fb835e0ba9bfafb..f61df07f6f370946200f4fe742f85be80aa888ac 100644 (file)
@@ -28,7 +28,6 @@
 #include "nlopt.h"
 #include "cdirect.h"
 #include "redblack.h"
-#include "config.h"
 
 #define MIN(a,b) ((a) < (b) ? (a) : (b))
 #define MAX(a,b) ((a) > (b) ? (a) : (b))