diff options
Diffstat (limited to 'src/osd/modules/render/draw13.cpp')
-rw-r--r-- | src/osd/modules/render/draw13.cpp | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/osd/modules/render/draw13.cpp b/src/osd/modules/render/draw13.cpp index af7c8559ca0..29310ea3f2e 100644 --- a/src/osd/modules/render/draw13.cpp +++ b/src/osd/modules/render/draw13.cpp @@ -10,23 +10,20 @@ // //============================================================ -// standard C headers -#include <cmath> -#include <cstdio> - -// MAME headers #include "emu.h" -#include "options.h" +#include "draw13.h" // OSD headers -#include "osdsdl.h" +#include "sdlopts.h" #include "window.h" -#include "draw13.h" +// lib/util +#include "options.h" + +// standard C headers +#include <cmath> +#include <cstdio> -//============================================================ -// DEBUGGING -//============================================================ //============================================================ // CONSTANTS |