diff options
-rw-r--r-- | include/stick10_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h index 676aabc..a50d0ae 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -6,8 +6,8 @@ #include <string> #include <sstream> #include <stdint.h> -#include "command.h" #include "device_proto.h" +#include "command.h" #pragma pack (push,1) |