aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-03-13 09:38:15 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-03-13 09:38:15 +0100
commit86deabd9c8c42412b4467d01b362a8454e5e762f (patch)
treea309ee57b7696a4ffca9a24398e974e9c4bd705a /device.cc
parent350fa7670ff63d0833d80edee42c1a798c3064c3 (diff)
parentb22b36f89e8924bd5eeef1105ce74a2df4ba02bd (diff)
downloadlibnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.gz
libnitrokey-86deabd9c8c42412b4467d01b362a8454e5e762f.tar.bz2
Merge branch 'pr_101'
Fixed header path. Allow to override UDEV rules. Closes #101
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/device.cc b/device.cc
index da5345b..da54e33 100644
--- a/device.cc
+++ b/device.cc
@@ -25,9 +25,9 @@
#include <cstddef>
#include <stdexcept>
#include "hidapi/hidapi.h"
-#include "include/misc.h"
-#include "include/device.h"
-#include "include/log.h"
+#include "libnitrokey/misc.h"
+#include "libnitrokey/device.h"
+#include "libnitrokey/log.h"
#include <mutex>
#include "DeviceCommunicationExceptions.h"
#include "device.h"