diff options
Diffstat (limited to 'um/service/include/libservice/all.hpp')
-rw-r--r-- | um/service/include/libservice/all.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/um/service/include/libservice/all.hpp b/um/service/include/libservice/all.hpp deleted file mode 100644 index a5761e0..0000000 --- a/um/service/include/libservice/all.hpp +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "Windows 7 drivers" project. -// For details, see https://github.com/egor-tensin/windows7-drivers. -// Distributed under the MIT License. - -#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" |