hurufu/nexoid-fat-cpp

Optimize multile includes

Opened this issue · 0 comments

When you compile with -H option then gcc gives a warning:
Multiple include guards may be useful for:
It warns about potential problems if #includes were reordered if I understood this correctly.

I have to investigate and fix this warning.