Kajetan Johannes Hammerle 4 년 전
부모
커밋
9128c83af9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      math/Vector.h

+ 0 - 2
math/Vector.h

@@ -3,8 +3,6 @@
 
 #include "utils/StringBuffer.h"
 
-#include <initializer_list>
-
 template<int N>
 class Vector final {
     float values[N];