]> git.ipfire.org Git - thirdparty/ccache.git/commit
Clean up header includes
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 11 Aug 2019 17:54:33 +0000 (19:54 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 14 Aug 2019 19:42:34 +0000 (21:42 +0200)
commit953b3e05e485b0d57b9e2f9a82f2086ffbda90e5
treee6753df1d7c9789d9cf43dfbf02dbc5cad06b711
parent4782edfc6d01b09d37e62632c6969d0975e5f5bd
Clean up header includes

* All headers should have system.hpp as their first #include.
* Removed unnecessary stdbool.h inclusions.
* Use C++ variants of headers when possible.
12 files changed:
src/Error.hpp
src/common_header.hpp
src/counters.hpp
src/hashutil.hpp
src/language.hpp
src/macroskip.hpp
src/manifest.hpp
src/result.hpp
src/system.hpp
src/unify.hpp
src/util.hpp
unittest/util.hpp