chiark / gitweb /
nlopt-util.h not needed for mex file
authorstevenj <stevenj@alum.mit.edu>
Mon, 15 Mar 2010 22:31:59 +0000 (18:31 -0400)
committerstevenj <stevenj@alum.mit.edu>
Mon, 15 Mar 2010 22:31:59 +0000 (18:31 -0400)
darcs-hash:20100315223159-c8de0-aba750ebeed8a30dbfc442fa993fc414eb321082.gz

octave/nlopt_minimize_constrained-mex.c

index 538bcb16d651e636a6c657fdcba00859faab45aa..92620f387b31617879d66625b9344b77f073d8fd 100644 (file)
@@ -29,7 +29,6 @@
 #include <mex.h>
 
 #include "nlopt.h"
-#include "nlopt-util.h"
 
 #define xSTRIZE(x) #x
 #define STRIZE(x) xSTRIZE(x)