summaryrefslogtreecommitdiff
path: root/wrapper/wrapper_writer.hpp
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-07-31 20:19:24 -0400
committera1xd <[email protected]>2020-07-31 20:19:24 -0400
commit66a4043a9ecb1990878bea230f213708c7fdd3da (patch)
treee0bcad437a3170f391fc74fe723be6abaf41cd89 /wrapper/wrapper_writer.hpp
parentadd read (diff)
downloadrawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.tar.xz
rawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.zip
move write function into common io header
Diffstat (limited to 'wrapper/wrapper_writer.hpp')
-rw-r--r--wrapper/wrapper_writer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/wrapper_writer.hpp b/wrapper/wrapper_writer.hpp
index 591f62f..dcbef10 100644
--- a/wrapper/wrapper_writer.hpp
+++ b/wrapper/wrapper_writer.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "..\common\rawaccel.hpp"
+#include <rawaccel.hpp>
struct writer {
void writeToDriver(rawaccel::mouse_modifier* modifier);