Explorar o código

removed wrong include

Kajetan Johannes Hammerle %!s(int64=3) %!d(string=hai) anos
pai
achega
ec1c9f1198
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      utils/UninitializedArray.h

+ 1 - 2
utils/UninitializedArray.h

@@ -3,7 +3,6 @@
 
 #include <new>
 #include <utility>
-#include <vector>
 
 template<typename T, int N>
 class UninitializedArray final {
@@ -58,4 +57,4 @@ public:
     }
 };
 
-#endif
+#endif