summary refs log tree commit diff stats
path: root/hw/audio/gusemu.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/gusemu.h')
-rw-r--r--hw/audio/gusemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/gusemu.h b/hw/audio/gusemu.h
index 331bb6fec0..b7f0751268 100644
--- a/hw/audio/gusemu.h
+++ b/hw/audio/gusemu.h
@@ -34,7 +34,6 @@
  typedef signed char GUSchar;
  typedef signed short GUSsample;
 #else
- #include <stdint.h>
  typedef int8_t GUSchar;
  typedef uint8_t GUSbyte;
  typedef uint16_t GUSword;