Skip to content

Commit 93bf9ba

Browse files
committed
Adding export pragmas in pent_include.h
1 parent e317d5c commit 93bf9ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

headers/pent_include.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
// Include config.h first if we have it
2626
#ifdef HAVE_CONFIG_H
27-
# include <config.h>
27+
# include <config.h> // IWYU pragma: export
2828
#endif
2929

30-
#include "common_types.h"
31-
#include "istring.h"
30+
#include "common_types.h" // IWYU pragma: export
31+
#include "istring.h" // IWYU pragma: export
3232

33-
#include <cassert>
34-
#include <iostream>
33+
#include <cassert> // IWYU pragma: export
34+
#include <iostream> // IWYU pragma: export
3535

3636
#define pout std::cout
3737
#define perr std::cerr
@@ -69,6 +69,6 @@
6969
// DataSources
7070
//
7171

72-
#include "databuf.h"
72+
#include "databuf.h" // IWYU pragma: export
7373

7474
#endif // PENT_INCLUDE_H

0 commit comments

Comments
 (0)