From 23a1a9edcc6db1268338ee9e9a9903ebae46d320 Mon Sep 17 00:00:00 2001 From: SimonMaracine Date: Thu, 23 Jan 2025 22:49:46 +0200 Subject: [PATCH] Fix include directives from boost/process/posix/*.hpp having wrong paths --- include/boost/process/posix/bind_fd.hpp | 2 +- include/boost/process/posix/default_launcher.hpp | 2 +- include/boost/process/posix/fork_and_forget_launcher.hpp | 2 +- include/boost/process/posix/pdfork_launcher.hpp | 2 +- include/boost/process/posix/vfork_launcher.hpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/boost/process/posix/bind_fd.hpp b/include/boost/process/posix/bind_fd.hpp index 1aa72d484..55766e441 100644 --- a/include/boost/process/posix/bind_fd.hpp +++ b/include/boost/process/posix/bind_fd.hpp @@ -1 +1 @@ -#include +#include diff --git a/include/boost/process/posix/default_launcher.hpp b/include/boost/process/posix/default_launcher.hpp index accced3c8..bff107dd5 100644 --- a/include/boost/process/posix/default_launcher.hpp +++ b/include/boost/process/posix/default_launcher.hpp @@ -1 +1 @@ -#include +#include diff --git a/include/boost/process/posix/fork_and_forget_launcher.hpp b/include/boost/process/posix/fork_and_forget_launcher.hpp index f3da2c209..d0703d687 100644 --- a/include/boost/process/posix/fork_and_forget_launcher.hpp +++ b/include/boost/process/posix/fork_and_forget_launcher.hpp @@ -1 +1 @@ -#include +#include diff --git a/include/boost/process/posix/pdfork_launcher.hpp b/include/boost/process/posix/pdfork_launcher.hpp index a537a72aa..b9509e1b7 100644 --- a/include/boost/process/posix/pdfork_launcher.hpp +++ b/include/boost/process/posix/pdfork_launcher.hpp @@ -1 +1 @@ -#include +#include diff --git a/include/boost/process/posix/vfork_launcher.hpp b/include/boost/process/posix/vfork_launcher.hpp index 8ec37eb5d..0daca00c3 100644 --- a/include/boost/process/posix/vfork_launcher.hpp +++ b/include/boost/process/posix/vfork_launcher.hpp @@ -1 +1 @@ -#include +#include