From 2f6f160f3471cec28583fac28c8e4f69d682f13e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 May 2015 14:10:36 +0300 Subject: libservice: interface.hpp -> all.hpp --- utils/libnt_path_converter/include/libnt_path_converter/device.hpp | 2 +- utils/libnt_path_converter/src/device.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/libnt_path_converter') 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 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 -- cgit v1.2.3