only include watch_main_loop.h in simulator builds

This commit is contained in:
joeycastillo
2022-10-11 22:06:02 -05:00
parent be1f3d3631
commit b399f4ca45
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "watch.h"
#include "watch_main_loop.h"
//////////////////////////////////////////////////////////////////////////////////////////
// This section sets up types and storage for our application state.