aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-02-28 19:13:01 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:51 +0100
commitf12b6a9c29f8d236ca969f45d3be1cd9ee5a749f (patch)
treea61a58422e74120d7556a84bef1843f38a8053dd /include
parent34daa03a2be13f9f38fc29336350236a3e9f541e (diff)
downloadlibnitrokey-f12b6a9c29f8d236ca969f45d3be1cd9ee5a749f.tar.gz
libnitrokey-f12b6a9c29f8d236ca969f45d3be1cd9ee5a749f.tar.bz2
Reorder includes
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r--include/stick10_commands.h2
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)