From 3a418a0bbc8e155e5395595c5e25c038d3c7c773 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 11 May 2017 22:29:51 +0200 Subject: Core/Common: Include cleanup --- src/common/Utilities/StartProcess.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/common/Utilities/StartProcess.h') diff --git a/src/common/Utilities/StartProcess.h b/src/common/Utilities/StartProcess.h index 120c4f26ea6..249d4ebd47e 100644 --- a/src/common/Utilities/StartProcess.h +++ b/src/common/Utilities/StartProcess.h @@ -18,11 +18,13 @@ #ifndef Process_h__ #define Process_h__ +#include "Define.h" #include #include -#include "Common.h" +#include -namespace Trinity { +namespace Trinity +{ /// Starts a process with the given arguments and parameters and will block /// until the process is finished. @@ -60,7 +62,7 @@ TC_COMMON_API std::shared_ptr /// Searches for the given executable in the PATH variable /// and returns a present optional when it was found. -TC_COMMON_API Optional SearchExecutableInPath(std::string const& filename); +TC_COMMON_API std::string SearchExecutableInPath(std::string const& filename); } // namespace Trinity -- cgit v1.2.3