From 62895ee9c04692733c2d6a1f6d0d72f37bea1d56 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 4 Mar 2024 19:13:57 +0300 Subject: cmake: remove config.h as it isn't needed and FTBFSs assistant Signed-off-by: Alexander Golubev --- src/tools/qstring.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tools/qstring.cpp') diff --git a/src/tools/qstring.cpp b/src/tools/qstring.cpp index 536951b8e..26e9b61cd 100644 --- a/src/tools/qstring.cpp +++ b/src/tools/qstring.cpp @@ -38,9 +38,6 @@ ** herein. ** **********************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif // Don't define it while compiling this module, or USERS of TQt will // not be able to link. -- cgit v1.2.3