Skip to content

Commit

Permalink
Merge pull request #1093 from hzeller/feature-20241112-mark-iwyu-exports
Browse files Browse the repository at this point in the history
Add IWYU pragmas in header meant to export other headers.
  • Loading branch information
hzeller authored Nov 13, 2024
2 parents 857f68d + ddca367 commit 7d90dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/uhdm.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#ifndef UHDM_UHDM_H
#define UHDM_UHDM_H

#include <string>
#include <vector>
#include <set>
// IWYU pragma: begin_exports

#include <uhdm/sv_vpi_user.h>
#include <uhdm/vhpi_user.h>
Expand All @@ -41,4 +39,6 @@

#include <uhdm/Serializer.h>

// IWYU pragma: end_exports

#endif // UHDM_UHDM_H

0 comments on commit 7d90dd0

Please sign in to comment.