mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- remove redundant vm.h include in events.cpp
This commit is contained in:
parent
708d24aba7
commit
8b3cc6a617
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
||||||
#include "actor.h"
|
#include "actor.h"
|
||||||
#include "c_dispatch.h"
|
#include "c_dispatch.h"
|
||||||
#include "d_net.h"
|
#include "d_net.h"
|
||||||
#include "vm.h"
|
|
||||||
|
|
||||||
DStaticEventHandler* E_FirstEventHandler = nullptr;
|
DStaticEventHandler* E_FirstEventHandler = nullptr;
|
||||||
DStaticEventHandler* E_LastEventHandler = nullptr;
|
DStaticEventHandler* E_LastEventHandler = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue