summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hashing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hashing.h')
-rw-r--r--src/lib/util/hashing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/hashing.h b/src/lib/util/hashing.h
index f2f06af686a..6cd73ac1846 100644
--- a/src/lib/util/hashing.h
+++ b/src/lib/util/hashing.h
@@ -12,11 +12,11 @@
#pragma once
-#include "osdcore.h"
-#include "corestr.h"
#include "md5.h"
#include <array>
+#include <cstdint>
+#include <cstring>
#include <functional>
#include <string>
#include <string_view>