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 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 utils/libservice/include/libservice/all.hpp delete mode 100644 utils/libservice/include/libservice/interface.hpp (limited to 'utils/libservice/include') 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" -- cgit v1.2.3