diff options
author | 2022-07-04 20:46:05 -0400 | |
---|---|---|
committer | 2022-07-04 20:46:05 -0400 | |
commit | 0d22ff1a9bec7e980a55a5ae346a6b746e298112 (patch) | |
tree | 1af2136a83ae349b09f257e854a3cfad262967cd /src/osd/modules/render/bgfxutil.cpp | |
parent | 09f33c2ba35ff83006ea8efd80a8f95d20ca65aa (diff) |
Clean up #includes in src/osd (#10029)
* Clean up #includes in src/osd
* render/bgfx/view.cpp: Add license header
Diffstat (limited to 'src/osd/modules/render/bgfxutil.cpp')
-rw-r--r-- | src/osd/modules/render/bgfxutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfxutil.cpp b/src/osd/modules/render/bgfxutil.cpp index 4fa4b8fbd07..e864cb98fb4 100644 --- a/src/osd/modules/render/bgfxutil.cpp +++ b/src/osd/modules/render/bgfxutil.cpp @@ -7,10 +7,10 @@ //============================================================ // MAMEOS headers -#include "emu.h" #include "bgfxutil.h" #include "copyutil.h" +#include "emucore.h" #include "render.h" |