summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-10-25 12:15:14 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-10-25 12:16:07 -0400
commite178fbd28127c526b212e5a4998058cebf530567 (patch)
tree90acdb09f6718d222a342889baaf3123a0962624 /src/emu
parentedaa86db8877e8e4fbf0066bd48abc32d68eb00d (diff)
Remove #include <cstdarg> from emu.h and move it into source files that still require it
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/emu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index 6f564f258ab..1d455bcfb15 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -28,7 +28,6 @@
#include <map>
#include <unordered_map>
#include <unordered_set>
-#include <cstdarg>
// core emulator headers -- must be first (profiler needs attotime, attotime needs xtal)
#include "emucore.h"