chiark / gitweb /
include "nlopt.h", not <nlopt.h>
authorstevenj <stevenj@alum.mit.edu>
Thu, 6 Sep 2007 13:29:58 +0000 (09:29 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 6 Sep 2007 13:29:58 +0000 (09:29 -0400)
darcs-hash:20070906132958-c8de0-ee487c0dfb8390814acee28d48e57912b08195a5.gz

luksan/luksan.h

index fe9b8b8ba9ed86647850d26ffca6d8a7a9724573..94ce69e52444919a38b7fe455521104966e36528 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef LUKSAN_H
 #define LUKSAN_H
 
-#include <nlopt.h>
-#include <nlopt-util.h>
+#include "nlopt.h"
+#include "nlopt-util.h"
 
 #ifdef __cplusplus
 extern "C"