remove unused includes

This commit is contained in:
2024-07-08 22:58:57 +03:00
parent 26a89dfe4f
commit 5738870147
6 changed files with 1 additions and 10 deletions

View File

@ -2,11 +2,9 @@
#define CONTEXT_H
#include "config.h"
#include "private/rendering.h"
#include "textures.h"
#include "input.h"
#include "game_api.h"
#include <SDL2/SDL.h>