summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56156/tables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56156/tables.cpp')
-rw-r--r--src/devices/cpu/dsp56156/tables.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/dsp56156/tables.cpp b/src/devices/cpu/dsp56156/tables.cpp
index 93f591b3a5c..cccc22c8842 100644
--- a/src/devices/cpu/dsp56156/tables.cpp
+++ b/src/devices/cpu/dsp56156/tables.cpp
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Andrew Gardner
#include "emu.h"
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
+#include <cstdio>
+#include <cstring>
+#include <cstdlib>
#include "tables.h"
#include "dsp56def.h"