1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02: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 <string>
#include <vector>
class otherlevelclass
{