Skip to content

Commit

Permalink
Merge pull request #20735 from maribu/sys/xtimer/iwyu-pragmas
Browse files Browse the repository at this point in the history
sys/xtimer: add IWYU pragmas
  • Loading branch information
benpicco authored Jun 7, 2024
2 parents 3cb8365 + 6a3d689 commit f89aa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/xtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
#include "rmutex.h"

#if IS_USED(MODULE_ZTIMER64_XTIMER_COMPAT)
#include "ztimer64/xtimer_compat.h"
#include "ztimer64/xtimer_compat.h" /* IWYU pragma: export */
#elif IS_USED(MODULE_ZTIMER_XTIMER_COMPAT)
#include "ztimer/xtimer_compat.h"
#include "ztimer/xtimer_compat.h" /* IWYU pragma: export */
#else
#include "board.h"
#if !IS_USED(MODULE_XTIMER_ON_ZTIMER)
Expand Down

0 comments on commit f89aa8e

Please sign in to comment.