aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/service/src/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'um/service/src/service.cpp')
-rw-r--r--um/service/src/service.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/um/service/src/service.cpp b/um/service/src/service.cpp
index 8b5e043..1cdfe71 100644
--- a/um/service/src/service.cpp
+++ b/um/service/src/service.cpp
@@ -9,8 +9,6 @@
#include <string>
#include <system_error>
-#include <utility>
-#include <vector>
namespace libservice
{
@@ -257,20 +255,4 @@ namespace libservice
stop();
uninstall_service(handle);
}
-
- void swap(Service& a, Service& b) LIBSERVICE_NOEXCEPT
- {
- a.swap(b);
- }
-}
-
-namespace std
-{
- template <>
- void swap<libservice::Service>(
- libservice::Service& a,
- libservice::Service& b) LIBSERVICE_NOEXCEPT
- {
- a.swap(b);
- }
}