Reorder includes in sdl_mapper
This commit is contained in:
parent
532345f70e
commit
1a58ccb14f
1 changed files with 7 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue