diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 14:10:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 14:10:36 +0300 |
commit | 2f6f160f3471cec28583fac28c8e4f69d682f13e (patch) | |
tree | 6e02d2b64d313e5a986951fcb6e54de7ea0d971d /utils/libnt_path_converter | |
parent | utils: bugfix (diff) | |
download | windows7-drivers-2f6f160f3471cec28583fac28c8e4f69d682f13e.tar.gz windows7-drivers-2f6f160f3471cec28583fac28c8e4f69d682f13e.zip |
libservice: interface.hpp -> all.hpp
Diffstat (limited to 'utils/libnt_path_converter')
-rw-r--r-- | utils/libnt_path_converter/include/libnt_path_converter/device.hpp | 2 | ||||
-rw-r--r-- | utils/libnt_path_converter/src/device.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/libnt_path_converter/include/libnt_path_converter/device.hpp b/utils/libnt_path_converter/include/libnt_path_converter/device.hpp index 783bf73..2fda4da 100644 --- a/utils/libnt_path_converter/include/libnt_path_converter/device.hpp +++ b/utils/libnt_path_converter/include/libnt_path_converter/device.hpp @@ -8,7 +8,7 @@ #pragma once -#include "libservice/interface.hpp" +#include "libservice/all.hpp" #include <string> diff --git a/utils/libnt_path_converter/src/device.cpp b/utils/libnt_path_converter/src/device.cpp index 7fc8c99..3da4533 100644 --- a/utils/libnt_path_converter/src/device.cpp +++ b/utils/libnt_path_converter/src/device.cpp @@ -8,7 +8,7 @@ #include "libnt_path_converter/device.hpp" -#include "libservice/interface.hpp" +#include "libservice/all.hpp" #include <Windows.h> |