#include <windows.h>
#include <filesystem>
#include <functional>
#include <utility>
#include <vector>
#include <string>
#include "easylogging/easylogging++.hpp"
#include "../windows_interface.hpp"
#include "../environment.hpp"
#include "../filesystem_interface.hpp"
#include "../not_owning_ptr.hpp"
#include "../wait_multiplexer.hpp"
#include "../path_mutex.hpp"
#include "../process.hpp"
#include "../utils.hpp"
#include "../handle_wrapper.hpp"
#include "../event_wrapper.hpp"
#include "../ctrl_handler.hpp"
#include "service.hpp"
Go to the source code of this file.