chiark / gitweb /
include "nlopt.h", not <nlopt.h>
[nlopt.git] / 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"