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:
parent
420bc38dff
commit
63f6784cfe
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
#include "Entity.h"
|
#include "Entity.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
class otherlevelclass
|
class otherlevelclass
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue