Skip to content

Commit

Permalink
add iwyu pragams to public skytest header (#35)
Browse files Browse the repository at this point in the history
Change-Id: I20a27d689679b94f2e54a723687c6d483da2dad8
  • Loading branch information
oliverlee authored Sep 5, 2024
1 parent bdac11a commit e65c73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skytest.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

// IWYU pragma: begin_exports
#include "src/aborts.hpp"
#include "src/cfg.hpp"
#include "src/default_printer.hpp"
Expand All @@ -12,3 +13,4 @@
#include "src/test_param.hpp"
#include "src/utility.hpp"
#include "src/version.hpp"
// IWYU pragma: end_exports

0 comments on commit e65c73d

Please sign in to comment.