summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-03-29 18:01:20 -0400
committera1xd <[email protected]>2021-03-29 18:01:20 -0400
commited0bbc22681681a16b7d45b05133c38a0b82006f (patch)
tree3c883ad3c85608cd167efded8cce09733527f835 /driver
parentrefactor common/settings (diff)
downloadrawaccel-ed0bbc22681681a16b7d45b05133c38a0b82006f.tar.xz
rawaccel-ed0bbc22681681a16b7d45b05133c38a0b82006f.zip
formatting + file renames
Diffstat (limited to 'driver')
-rw-r--r--driver/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/driver.h b/driver/driver.h
index ba575d3..bb1ae41 100644
--- a/driver/driver.h
+++ b/driver/driver.h
@@ -1,11 +1,11 @@
#pragma once
+#include "rawaccel-base.hpp"
+
#include <ntddk.h>
#include <kbdmou.h>
#include <wdf.h>
-#include "rawaccel-settings.h"
-
#if DBG
#define DebugPrint(_x_) DbgPrint _x_
#else