xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.third.hpp (revision 7f6e0052a97f13a5f595f3fd0c135c2c4db119d4)
1*7f6e0052SPiotr Zegar #pragma once
2*7f6e0052SPiotr Zegar #include "header-include-cycle.fourth.hpp"
3