summaryrefslogtreecommitdiff
path: root/emu/7seg.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/7seg.h')
-rw-r--r--emu/7seg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/emu/7seg.h b/emu/7seg.h
index 4da0e1f..0256f83 100644
--- a/emu/7seg.h
+++ b/emu/7seg.h
@@ -3,18 +3,9 @@
#include "device.h"
-#ifdef WITH_GUI
-#include <SDL.h>
-#endif
-
#include <stdint.h>
#include <stdbool.h>
-#ifdef WITH_GUI
-#include <SDL.h>
-#include <SDL2_gfxPrimitives.h>
-#endif
-
// VIA connected on PORTA to 3 wires leading to the 3 coupled 74HC595
// shift register which enable the ROM address lines to read the LED
// segment data (cells 0-15 contain the encoded 7 segments of 16 hexdigits)