mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 14:05:32 +02:00
Remove unnecessary includes
This commit is contained in:
parent
25591c72f2
commit
015cdc3a97
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include "binding-util.h"
|
#include "binding-util.h"
|
||||||
#include "binding-types.h"
|
#include "binding-types.h"
|
||||||
#include "exception.h"
|
#include "exception.h"
|
||||||
#include <SDL.h>
|
|
||||||
|
|
||||||
RB_METHOD(graphicsUpdate)
|
RB_METHOD(graphicsUpdate)
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#define FILESYSTEM_H
|
#define FILESYSTEM_H
|
||||||
|
|
||||||
#include <SDL_rwops.h>
|
#include <SDL_rwops.h>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
struct FileSystemPrivate;
|
struct FileSystemPrivate;
|
||||||
class SharedFontState;
|
class SharedFontState;
|
||||||
|
|
Loading…
Add table
Reference in a new issue