Skip to content

Commit

Permalink
Fix include directives from process/posix/*.hpp having wrong paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMaracine committed Jan 23, 2025
1 parent e77b2f3 commit 5d042dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/boost/process/posix/bind_fd.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <boost/process/v2/bind_fd.hpp>
#include <boost/process/v2/posix/bind_fd.hpp>
2 changes: 1 addition & 1 deletion include/boost/process/posix/default_launcher.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <boost/process/v2/default_launcher.hpp>
#include <boost/process/v2/posix/default_launcher.hpp>
2 changes: 1 addition & 1 deletion include/boost/process/posix/fork_and_forget_launcher.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <boost/process/v2/fork_and_forget_launcher.hpp>
#include <boost/process/v2/posix/fork_and_forget_launcher.hpp>
2 changes: 1 addition & 1 deletion include/boost/process/posix/pdfork_launcher.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <boost/process/v2/pdfork_launcher.hpp>
#include <boost/process/v2/posix/pdfork_launcher.hpp>
2 changes: 1 addition & 1 deletion include/boost/process/posix/vfork_launcher.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <boost/process/v2/vfork_launcher.hpp>
#include <boost/process/v2/posix/vfork_launcher.hpp>

0 comments on commit 5d042dd

Please sign in to comment.