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/libservice/include/libservice/all.hpp | 18 ++++++++++++++++++ utils/libservice/include/libservice/interface.hpp | 18 ------------------ utils/libservice/test/windows_error.cpp | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 utils/libservice/include/libservice/all.hpp delete mode 100644 utils/libservice/include/libservice/interface.hpp (limited to 'utils/libservice') diff --git a/utils/libservice/include/libservice/all.hpp b/utils/libservice/include/libservice/all.hpp new file mode 100644 index 0000000..e68439b --- /dev/null +++ b/utils/libservice/include/libservice/all.hpp @@ -0,0 +1,18 @@ +/** + * \file + * \author Egor Tensin + * \date 2015 + * \copyright This file is licensed under the terms of the MIT License. + * See LICENSE.txt for details. + */ + +#pragma once + +#include "common.hpp" +#include "device.hpp" +#include "handle.hpp" +#include "service.hpp" +#include "service_handle.hpp" +#include "service_manager.hpp" +#include "singleton.hpp" +#include "windows_error.hpp" diff --git a/utils/libservice/include/libservice/interface.hpp b/utils/libservice/include/libservice/interface.hpp deleted file mode 100644 index e68439b..0000000 --- a/utils/libservice/include/libservice/interface.hpp +++ /dev/null @@ -1,18 +0,0 @@ -/** - * \file - * \author Egor Tensin - * \date 2015 - * \copyright This file is licensed under the terms of the MIT License. - * See LICENSE.txt for details. - */ - -#pragma once - -#include "common.hpp" -#include "device.hpp" -#include "handle.hpp" -#include "service.hpp" -#include "service_handle.hpp" -#include "service_manager.hpp" -#include "singleton.hpp" -#include "windows_error.hpp" diff --git a/utils/libservice/test/windows_error.cpp b/utils/libservice/test/windows_error.cpp index 376a7c8..1f0b1ee 100644 --- a/utils/libservice/test/windows_error.cpp +++ b/utils/libservice/test/windows_error.cpp @@ -6,7 +6,7 @@ * See LICENSE.txt for details. */ -#include "libservice/interface.hpp" +#include "libservice/all.hpp" #include -- cgit v1.2.3