diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/x64/cpu_detect.cpp (renamed from src/common/cpu_detect.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp index 1d612829e..72c8297a3 100644 --- a/src/common/cpu_detect.cpp +++ b/src/common/x64/cpu_detect.cpp @@ -5,9 +5,9 @@ #include <cstring> #include <string> -#include "common_types.h" +#include "common/common_types.h" + #include "cpu_detect.h" -#include "hash.h" #ifndef _WIN32 |