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-08 19:14:21 -04:00
committed by Ethan Lee
parent 420bc38dff
commit 63f6784cfe
-1
View File
@@ -5,7 +5,6 @@
#include "Entity.h"
#include <string>
#include <vector>
class otherlevelclass
{