aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/libnt_path_converter
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libnt_path_converter')
-rw-r--r--utils/libnt_path_converter/include/libnt_path_converter/device.hpp2
-rw-r--r--utils/libnt_path_converter/src/device.cpp2
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>