aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/start_service.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-11 14:10:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-11 14:10:36 +0300
commit2f6f160f3471cec28583fac28c8e4f69d682f13e (patch)
tree6e02d2b64d313e5a986951fcb6e54de7ea0d971d /utils/start_service.cpp
parentutils: bugfix (diff)
downloadwindows7-drivers-2f6f160f3471cec28583fac28c8e4f69d682f13e.tar.gz
windows7-drivers-2f6f160f3471cec28583fac28c8e4f69d682f13e.zip
libservice: interface.hpp -> all.hpp
Diffstat (limited to 'utils/start_service.cpp')
-rw-r--r--utils/start_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/start_service.cpp b/utils/start_service.cpp
index 58b756d..09b5b35 100644
--- a/utils/start_service.cpp
+++ b/utils/start_service.cpp
@@ -6,7 +6,7 @@
* See LICENSE.txt for details.
*/
-#include "libservice/interface.hpp"
+#include "libservice/all.hpp"
#include <exception>
#include <iostream>