summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32010/dis32010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32010/dis32010.cpp')
-rw-r--r--src/devices/cpu/tms32010/dis32010.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tms32010/dis32010.cpp b/src/devices/cpu/tms32010/dis32010.cpp
index 681c83f8891..ed1cbae3b51 100644
--- a/src/devices/cpu/tms32010/dis32010.cpp
+++ b/src/devices/cpu/tms32010/dis32010.cpp
@@ -11,8 +11,8 @@
* *
\**************************************************************************/
-#include <stdio.h>
-#include <string.h>
+#include <cstdio>
+#include <cstring>
#include "32010dsm.c"