Kajetan Johannes Hammerle пре 3 година
родитељ
комит
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];