remove/replace unused includes
This commit is contained in:
parent
c0dcdf8c0a
commit
5d6a3a5aec
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
#include "twn_config.h"
|
#include "twn_config.h"
|
||||||
#include "twn_vec.h"
|
#include "twn_vec.h"
|
||||||
#include "twn_util.h"
|
|
||||||
#include "twn_engine_api.h"
|
#include "twn_engine_api.h"
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "twn_camera.h"
|
#include "twn_camera.h"
|
||||||
#include "twn_engine_context_c.h"
|
#include "twn_config.h"
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include "twn_textures_c.h"
|
#include "twn_textures_c.h"
|
||||||
#include "twn_audio_c.h"
|
#include "twn_audio_c.h"
|
||||||
#include "twn_engine_api.h"
|
#include "twn_engine_api.h"
|
||||||
#include "twn_input.h"
|
|
||||||
#include "rendering/twn_rendering_c.h"
|
#include "rendering/twn_rendering_c.h"
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include "twn_game_object_c.h"
|
#include "twn_game_object_c.h"
|
||||||
#include "twn_audio_c.h"
|
#include "twn_audio_c.h"
|
||||||
#include "twn_textures_c.h"
|
#include "twn_textures_c.h"
|
||||||
#include "twn_rendering.h"
|
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <physfs.h>
|
#include <physfs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user