Add IWYU export pragmas to top-level headers.

This commit is contained in:
Antonio Sánchez
2023-02-08 17:40:31 +00:00
committed by Rasmus Munk Larsen
parent e4f58816d9
commit 3f7e775715
47 changed files with 110 additions and 12 deletions

View File

@@ -60,6 +60,7 @@ namespace Eigen {
}
// IWYU pragma: begin_exports
#include "src/SpecialFunctions/BesselFunctionsImpl.h"
#include "src/SpecialFunctions/BesselFunctionsBFloat16.h"
#include "src/SpecialFunctions/BesselFunctionsHalf.h"
@@ -92,6 +93,7 @@ namespace Eigen {
#if defined EIGEN_VECTORIZE_GPU
#include "src/SpecialFunctions/arch/GPU/SpecialFunctions.h"
#endif
// IWYU pragma: end_exports
namespace Eigen {
//@}