diff options
Diffstat (limited to 'robot/main.c')
-rw-r--r-- | robot/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/main.c b/robot/main.c index b0302bd..2f15e97 100644 --- a/robot/main.c +++ b/robot/main.c @@ -5,7 +5,6 @@ #include "sim.h" #endif -#include <unistd.h> int main() { #ifdef W2_SIM w2_sim_setup(); |