Browse Source

use angle brackets for system includes

Alec Jacobson 5 years ago
parent
commit
2ea8312e5e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/igl/copyleft/tetgen/tetrahedralize.h
  2. 1 1
      include/igl/mosek/mosek_guarded.h

+ 1 - 1
include/igl/copyleft/tetgen/tetrahedralize.h

@@ -15,7 +15,7 @@
 #ifndef TETLIBRARY
 #define TETLIBRARY 
 #endif
-#include "tetgen.h" // Defined REAL
+#include <tetgen.h> // Defined REAL
 
 namespace igl
 {

+ 1 - 1
include/igl/mosek/mosek_guarded.h

@@ -9,7 +9,7 @@
 #define IGL_MOSEK_MOSEK_GUARDED_H
 #include "../igl_inline.h"
 
-#include "mosek.h"
+#include <mosek.h>
 namespace igl
 {
   namespace mosek