diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-02-28 19:13:01 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:51 +0100 |
commit | f12b6a9c29f8d236ca969f45d3be1cd9ee5a749f (patch) | |
tree | a61a58422e74120d7556a84bef1843f38a8053dd /include/stick10_commands.h | |
parent | 34daa03a2be13f9f38fc29336350236a3e9f541e (diff) | |
download | libnitrokey-f12b6a9c29f8d236ca969f45d3be1cd9ee5a749f.tar.gz libnitrokey-f12b6a9c29f8d236ca969f45d3be1cd9ee5a749f.tar.bz2 |
Reorder includes
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/stick10_commands.h')
-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) |