From a183a5e803cdc7af0b78cc88c601fb705408bd59 Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 2 Jul 2024 18:05:47 +0200 Subject: [PATCH] removed range-v3 from PCH I don't know what I was thinking for, range-v3 is header only library. --- include/pch.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/include/pch.h b/include/pch.h index 48fa811eb..9bae6b0da 100644 --- a/include/pch.h +++ b/include/pch.h @@ -40,24 +40,4 @@ #if defined(Q_OS_LINUX) && !defined(QT_LINUXBASE) # include #endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #endif