about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 17:30:55 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 17:30:55 +0100
commite60c3c684f87f32ba0500892ff85215faaaad0d5 (patch)
tree7707021822ebdf348d0dc6468d216ed33d207bff /main.c
parentMisc: Added the dbgprintf() macro (diff)
downloadCHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.tar.gz
CHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.tar.bz2
CHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.zip
Feature: Added timers thread
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index b97ab9f..a257c96 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,3 @@
-#include <stdio.h>
-#include <unistd.h>
-#include <config.h>
 #include <emulator.h>
 
 int main(int argc, char** argv);