diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-01-22 09:27:58 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2022-01-23 16:39:48 +0100 |
| commit | a5a0b40e17776e52fa981074925d825f3399b231 (patch) | |
| tree | 13e1f378ba54390a687cfa6a9b0b21f59148972b /cpu_features.c | |
| parent | 0911015e485ad03c4167798506b7ce4f83d16d41 (diff) | |
| download | Project-Tick-a5a0b40e17776e52fa981074925d825f3399b231.tar.gz Project-Tick-a5a0b40e17776e52fa981074925d825f3399b231.zip | |
Move cpu_feature includes out of zutil.h.
Diffstat (limited to 'cpu_features.c')
| -rw-r--r-- | cpu_features.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu_features.c b/cpu_features.c index 70bfcb698c..6ef5aa2c4b 100644 --- a/cpu_features.c +++ b/cpu_features.c @@ -4,7 +4,8 @@ */ #include "zbuild.h" -#include "zutil.h" + +#include "cpu_features.h" Z_INTERNAL void cpu_check_features(void) { static int features_checked = 0; |
