From 6e892f02cbde73e6a4f2083c26c9eb5306a05045 Mon Sep 17 00:00:00 2001 From: Arnaud Becheler <8360330+Becheler@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:31:45 +0200 Subject: [PATCH] refactor: iwyu --- include/boost/graph/boyer_myrvold_planar_test.hpp | 6 +++++- include/boost/graph/depth_first_search.hpp | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/boost/graph/boyer_myrvold_planar_test.hpp b/include/boost/graph/boyer_myrvold_planar_test.hpp index 34a476b50..965e94318 100644 --- a/include/boost/graph/boyer_myrvold_planar_test.hpp +++ b/include/boost/graph/boyer_myrvold_planar_test.hpp @@ -10,7 +10,11 @@ #define __BOYER_MYRVOLD_PLANAR_TEST_HPP__ #include -#include +#include +#include +#include +#include +#include #include #include diff --git a/include/boost/graph/depth_first_search.hpp b/include/boost/graph/depth_first_search.hpp index 4ad4e160f..0e20ba71c 100644 --- a/include/boost/graph/depth_first_search.hpp +++ b/include/boost/graph/depth_first_search.hpp @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include