opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
24 stars 9 forks source link

optimize includes #242

Closed andiwand closed 3 years ago

andiwand commented 3 years ago

we could use a tool like IWYU to optimize our includes. as a start this can be just a local command. potentially this could also be a part of the CI

references

andiwand commented 3 years ago

I ran IWYU in https://github.com/opendocument-app/OpenDocument.core/pull/227 but it didn't work as well as expected - closing