diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-04 19:13:57 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-08 14:50:56 +0300 |
| commit | 62895ee9c04692733c2d6a1f6d0d72f37bea1d56 (patch) | |
| tree | c06efc8c344abc5612c825b78a98695973a0c913 /src/tools/qcstring.cpp | |
| parent | e93b93ea3292776cec071fc768ef10d3084ab56c (diff) | |
| download | tqt-62895ee9c04692733c2d6a1f6d0d72f37bea1d56.tar.gz tqt-62895ee9c04692733c2d6a1f6d0d72f37bea1d56.zip | |
cmake: remove config.h as it isn't needed and FTBFSs assistant
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'src/tools/qcstring.cpp')
| -rw-r--r-- | src/tools/qcstring.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/qcstring.cpp b/src/tools/qcstring.cpp index 67a831970..de8d89023 100644 --- a/src/tools/qcstring.cpp +++ b/src/tools/qcstring.cpp @@ -39,10 +39,6 @@ ** **********************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "ntqstring.h" #include "ntqregexp.h" #include "ntqdatastream.h" |
