Skip to content

Commit

Permalink
#126 remove <functional> include from "ureact/detail/has_changed.hpp"
Browse files Browse the repository at this point in the history
It was used for std::reference_wrapper overload before, but it was removed.
  • Loading branch information
YarikTH committed Aug 21, 2023
1 parent 005f656 commit 31703e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ureact/detail/has_changed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef UREACT_DETAIL_HAS_CHANGED_HPP
#define UREACT_DETAIL_HAS_CHANGED_HPP

#include <functional>
#include <type_traits>

#include <ureact/detail/defines.hpp>
Expand Down

0 comments on commit 31703e9

Please sign in to comment.