]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Clean up usage of #include in headers
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Feb 2024 08:46:41 +0000 (09:46 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 18 Feb 2024 10:57:30 +0000 (11:57 +0100)
commit81d4e568c4be6e1a44087b478ce7d88098859b2a
tree42cc6860487c98ddbf75326ef9b2a83fadd8a175
parentbe79f630ee6d3b835ce678edd3d2efcfcea7deda
chore: Clean up usage of #include in headers
39 files changed:
src/Args.hpp
src/Config.cpp
src/Config.hpp
src/Context.hpp
src/Depfile.hpp
src/Hash.hpp
src/InodeCache.hpp
src/Util.hpp
src/ccache.hpp
src/core/CacheEntry.cpp
src/core/CacheEntry.hpp
src/core/FileRecompressor.hpp
src/core/Manifest.hpp
src/core/Result.hpp
src/core/ResultExtractor.hpp
src/core/ResultInspector.hpp
src/core/ResultRetriever.hpp
src/core/Statistics.hpp
src/execute.hpp
src/storage/Storage.hpp
src/storage/local/LocalStorage.hpp
src/storage/remote/FileStorage.hpp
src/storage/remote/HttpStorage.hpp
src/storage/remote/RedisStorage.hpp
src/storage/remote/RemoteStorage.hpp
src/util/DirEntry.hpp
src/util/MemoryMap.hpp
src/util/TextTable.hpp
src/util/ThreadPool.hpp
src/util/TimePoint.hpp
src/util/Tokenizer.hpp
src/util/error.hpp
src/util/file.hpp
src/util/filesystem.hpp
src/util/logging.hpp
src/util/path.hpp
src/util/string.cpp
src/util/string.hpp
src/util/zstd.hpp