Skip to content

Commit

Permalink
cleanup: revisit Node.hpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 5, 2023
1 parent b08cd14 commit c6d4edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Simple-Utility/graph/Node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

#pragma once

#include "Simple-Utility/Config.hpp"
#include "Simple-Utility/Utility.hpp"
#include "Simple-Utility/concepts/stl_extensions.hpp"
#include "Simple-Utility/graph/Common.hpp"
#include "Simple-Utility/graph/Edge.hpp"

#include <functional>
// ReSharper disable once CppUnusedIncludeDirective
#include <functional> // std::invoke
#include <optional>

namespace sl::graph::customize
Expand Down

0 comments on commit c6d4edd

Please sign in to comment.