We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e317d5c commit 93bf9baCopy full SHA for 93bf9ba
headers/pent_include.h
@@ -24,14 +24,14 @@
24
25
// Include config.h first if we have it
26
#ifdef HAVE_CONFIG_H
27
-# include <config.h>
+# include <config.h> // IWYU pragma: export
28
#endif
29
30
-#include "common_types.h"
31
-#include "istring.h"
+#include "common_types.h" // IWYU pragma: export
+#include "istring.h" // IWYU pragma: export
32
33
-#include <cassert>
34
-#include <iostream>
+#include <cassert> // IWYU pragma: export
+#include <iostream> // IWYU pragma: export
35
36
#define pout std::cout
37
#define perr std::cerr
@@ -69,6 +69,6 @@
69
// DataSources
70
//
71
72
-#include "databuf.h"
+#include "databuf.h" // IWYU pragma: export
73
74
#endif // PENT_INCLUDE_H
0 commit comments