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

@@ -8,9 +8,9 @@
#ifndef EIGEN_KLUSUPPORT_MODULE_H
#define EIGEN_KLUSUPPORT_MODULE_H
#include <Eigen/SparseCore>
#include "SparseCore"
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
#include "src/Core/util/DisableStupidWarnings.h"
extern "C" {
#include <btf.h>
@@ -34,8 +34,10 @@ extern "C" {
*
*/
// IWYU pragma: begin_exports
#include "src/KLUSupport/KLUSupport.h"
// IWYU pragma: end_exports
#include <Eigen/src/Core/util/ReenableStupidWarnings.h>
#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_KLUSUPPORT_MODULE_H