mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed bad includes.
This commit is contained in:
parent
a9141af545
commit
f92d775ddb
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
#include "c_bind.h"
|
||||
#include "d_event.h"
|
||||
#include "d_gui.h"
|
||||
#include "input/m_joy.h"
|
||||
#include "m_joy.h"
|
||||
#include "v_video.h"
|
||||
|
||||
#define NO_IMP
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include "build.h"
|
||||
#include "baselayer.h"
|
||||
#include "statistics.h"
|
||||
#include "input/m_joy.h"
|
||||
#include "m_joy.h"
|
||||
#include "raze_sound.h"
|
||||
#include "texturemanager.h"
|
||||
#include "v_video.h"
|
||||
|
|
Loading…
Reference in a new issue