diff options
Diffstat (limited to 'um/wrappers/special/nt_namespace/src')
-rw-r--r-- | um/wrappers/special/nt_namespace/src/device.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/um/wrappers/special/nt_namespace/src/device.cpp b/um/wrappers/special/nt_namespace/src/device.cpp index 1187b1c..97b3886 100644 --- a/um/wrappers/special/nt_namespace/src/device.cpp +++ b/um/wrappers/special/nt_namespace/src/device.cpp @@ -3,9 +3,9 @@ // For details, see https://github.com/egor-tensin/windows7-drivers. // Distributed under the MIT License. -#include "libnt_namespace/device.hpp" +#include "nt_namespace/device.hpp" -#include "libservice/all.hpp" +#include "service/all.hpp" #include <Windows.h> |