mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09: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 <string>
|
||||
#include <vector>
|
||||
|
||||
class otherlevelclass
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue