Skip to content

Commit

Permalink
removed range-v3 from PCH
Browse files Browse the repository at this point in the history
I don't know what I was thinking for, range-v3 is header only library.
  • Loading branch information
silverqx committed Jul 2, 2024
1 parent b629c29 commit a183a5e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions include/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,4 @@
#if defined(Q_OS_LINUX) && !defined(QT_LINUXBASE)
# include <sys/prctl.h>
#endif

#include <range/v3/action/erase.hpp>
#include <range/v3/action/remove_if.hpp>
#include <range/v3/action/sort.hpp>
#include <range/v3/action/transform.hpp>
#include <range/v3/action/unique.hpp>
#include <range/v3/algorithm/contains.hpp>
#include <range/v3/algorithm/set_algorithm.hpp>
#include <range/v3/algorithm/stable_sort.hpp>
#include <range/v3/algorithm/unique.hpp>
#include <range/v3/iterator/insert_iterators.hpp>
#include <range/v3/numeric/accumulate.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/filter.hpp>
#include <range/v3/view/map.hpp>
#include <range/v3/view/move.hpp>
#include <range/v3/view/remove_if.hpp>
#include <range/v3/view/reverse.hpp>
#include <range/v3/view/set_algorithm.hpp>
#include <range/v3/view/transform.hpp>
#endif

0 comments on commit a183a5e

Please sign in to comment.