1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 18:19:43 +01:00

Remove unused <vector> include from Otherlevel.h

I forgot to do this earlier in my previous pull request de-vectoring
everything.
This commit is contained in:
Misa 2020-07-06 12:38:17 -07:00 committed by Ethan Lee
parent 420bc38dff
commit 63f6784cfe

View file

@ -5,7 +5,6 @@
#include "Entity.h" #include "Entity.h"
#include <string> #include <string>
#include <vector>
class otherlevelclass class otherlevelclass
{ {