1
0
Fork 0

Reorder includes in sdl_mapper

This commit is contained in:
Patryk Obara 2019-12-22 04:11:48 +01:00 committed by Patryk Obara
parent 532345f70e
commit 1a58ccb14f

View file

@ -16,11 +16,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "mapper.h"
#include "dosbox.h"
#include <algorithm>
#include <cassert>
#include <cctype>
#include <cinttypes>
#include <cstdarg>
#include <cstdint>
#include <cstdio>
@ -31,13 +32,13 @@
#include "SDL.h"
#include "SDL_thread.h"
#include "dosbox.h"
#include "video.h"
#include "keyboard.h"
#include "joystick.h"
#include "support.h"
#include "setup.h"
#include "keyboard.h"
#include "mapper.h"
#include "pic.h"
#include "setup.h"
#include "support.h"
#include "video.h"
enum {
CLR_BLACK=0,