- fixed bad includes.

This commit is contained in:
Christoph Oelckers 2020-06-11 09:57:17 +02:00
parent a9141af545
commit f92d775ddb
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
#include "c_bind.h" #include "c_bind.h"
#include "d_event.h" #include "d_event.h"
#include "d_gui.h" #include "d_gui.h"
#include "input/m_joy.h" #include "m_joy.h"
#include "v_video.h" #include "v_video.h"
#define NO_IMP #define NO_IMP

View file

@ -52,7 +52,7 @@
#include "build.h" #include "build.h"
#include "baselayer.h" #include "baselayer.h"
#include "statistics.h" #include "statistics.h"
#include "input/m_joy.h" #include "m_joy.h"
#include "raze_sound.h" #include "raze_sound.h"
#include "texturemanager.h" #include "texturemanager.h"
#include "v_video.h" #include "v_video.h"