mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- fixed a few includes
This commit is contained in:
parent
78360c1888
commit
12adee5256
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
#include "filesystem.h"
|
||||
#include "d_gui.h"
|
||||
#include "cmdlib.h"
|
||||
#include "d_event.h"
|
||||
#include "d_eventbase.h"
|
||||
#include "c_consolebuffer.h"
|
||||
#include "utf8.h"
|
||||
#include "v_2ddrawer.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "d_gui.h"
|
||||
#include "g_input.h"
|
||||
#include "d_net.h"
|
||||
#include "d_event.h"
|
||||
#include "d_eventbase.h"
|
||||
#include "sbar.h"
|
||||
#include "v_video.h"
|
||||
#include "utf8.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "st_start.h"
|
||||
#include "teaminfo.h"
|
||||
#include "p_conversation.h"
|
||||
#include "d_event.h"
|
||||
#include "d_eventbase.h"
|
||||
#include "p_enemy.h"
|
||||
#include "m_argv.h"
|
||||
#include "p_lnspec.h"
|
||||
|
|
Loading…
Reference in a new issue