diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-03-13 09:38:15 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-03-13 09:38:15 +0100 |
commit | 86deabd9c8c42412b4467d01b362a8454e5e762f (patch) | |
tree | a309ee57b7696a4ffca9a24398e974e9c4bd705a /NitrokeyManager.cc | |
parent | 350fa7670ff63d0833d80edee42c1a798c3064c3 (diff) | |
parent | b22b36f89e8924bd5eeef1105ce74a2df4ba02bd (diff) | |
download | libnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.gz libnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.bz2 |
Merge branch 'pr_101'
Fixed header path. Allow to override UDEV rules.
Closes #101
Diffstat (limited to 'NitrokeyManager.cc')
-rw-r--r-- | NitrokeyManager.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NitrokeyManager.cc b/NitrokeyManager.cc index e5f10df..db0c0a9 100644 --- a/NitrokeyManager.cc +++ b/NitrokeyManager.cc @@ -21,14 +21,14 @@ #include <cstring> #include <iostream> -#include "include/NitrokeyManager.h" -#include "include/LibraryException.h" +#include "libnitrokey/NitrokeyManager.h" +#include "libnitrokey/LibraryException.h" #include <algorithm> #include <unordered_map> #include <stick20_commands.h> -#include "include/misc.h" +#include "libnitrokey/misc.h" #include <mutex> -#include "include/cxx_semantics.h" +#include "libnitrokey/cxx_semantics.h" #include <functional> #include <stick10_commands.h> |