Alec Jacobson 4 years ago
parent
commit
78c5137453
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/per_edge_normals.cpp

+ 1 - 1
include/igl/per_edge_normals.cpp

@@ -11,7 +11,6 @@
 #include "get_seconds.h"
 #include "get_seconds.h"
 #include "per_face_normals.h"
 #include "per_face_normals.h"
 #include "unique_simplices.h"
 #include "unique_simplices.h"
-#include <vector>
 
 
 template <
 template <
   typename DerivedV, 
   typename DerivedV, 
@@ -74,6 +73,7 @@ IGL_INLINE void igl::per_edge_normals(
       }
       }
     }
     }
   }
   }
+ 
   // take average via normalization
   // take average via normalization
   N.rowwise().normalize();
   N.rowwise().normalize();
 }
 }