diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-25 18:54:45 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 02:24:30 +0000 |
commit | 579ec0dced9a72c331591a479705a459cf715b64 (patch) | |
tree | f75c68e993a1c277651c948ce83491fefbffe72d /src/ac.c | |
parent | b32415ad03703e7471ba78de6a93ff251fca3e87 (diff) |
Remove some unnecessary and/or confusing stuff
Diffstat (limited to 'src/ac.c')
-rw-r--r-- | src/ac.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,9 +16,6 @@ */ #include <stdlib.h> -#ifdef _WIN32 -#include <immintrin.h> -#endif #include "alias.h" #include "bind.h" |