Commit 515af91
IWYU: guard stdint.h in fips_shared_support.c (aws#3027)
### Description of changes:
Did a manual run with
[include-what-you-use](https://include-what-you-use.org/) which reported
that
`#include <stdint.h>` was included always in
`crypto/fipsmodule/fips_shared_support.c` even though it was only needed
in when `-DFIPS=1` and `-DBUILD_SHARED_LIBS=1` are enabled. This moves
the include into the guarded block where it is actually needed.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.1 parent e54963b commit 515af91
1 file changed
Lines changed: 6 additions & 2 deletions
File tree
- crypto/fipsmodule
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
0 commit comments