Remove unnecessary includes

This commit is contained in:
Inori 2019-08-19 09:28:00 -04:00
parent 25591c72f2
commit 015cdc3a97
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@
#include "binding-util.h"
#include "binding-types.h"
#include "exception.h"
#include <SDL.h>
RB_METHOD(graphicsUpdate)
{

View file

@ -23,7 +23,6 @@
#define FILESYSTEM_H
#include <SDL_rwops.h>
#include <string>
struct FileSystemPrivate;
class SharedFontState;