diff options
Diffstat (limited to 'robot/modes.c')
-rw-r--r-- | robot/modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/modes.c b/robot/modes.c index 55bb1d4..928e2b4 100644 --- a/robot/modes.c +++ b/robot/modes.c @@ -1,7 +1,7 @@ #include "modes.h" +#include "../shared/errcatch.h" #include "../shared/protocol.h" #include "../shared/util.h" -#include "../shared/errcatch.h" #include "sercomm.h" /** function pointer to current mode */ |