diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-29 16:09:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-29 16:09:32 +0200 |
commit | dc44b9e243ad50900c0d692f884dcc673587581c (patch) | |
tree | 549f394a282c9ea74de2282282822fe7ffdb9c57 | |
parent | 5cf7922107da55380e0cbc9c26d518db76eaf3ed (diff) |
remove unneeded dependency on test
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include "ppu/ppu.h" #include "input.h" -#include "../test/ppu-stm-integration-demo/data.h" #ifdef HH_TARGET_DESKTOP #include <stdio.h> #endif |