Do .tcc/.tpp files need headerguards?

If I understood correctly .tcc/.tpp files should have their includes in the correspnding .h file and aren't included more than once. So I am guessing that they don't need headerguards. Am I wrong?
That's right. You only need to use header guards for the header files.
Topic archived. No new replies allowed.