- remove redundant vm.h include in events.cpp

This commit is contained in:
Rachael Alexanderson 2018-01-21 01:02:00 -05:00
parent 708d24aba7
commit 8b3cc6a617
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
#include "actor.h"
#include "c_dispatch.h"
#include "d_net.h"
#include "vm.h"
DStaticEventHandler* E_FirstEventHandler = nullptr;
DStaticEventHandler* E_LastEventHandler = nullptr;