summaryrefslogtreecommitdiffstats
path: root/src/cpuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpuid.h')
-rw-r--r--src/cpuid.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cpuid.h b/src/cpuid.h
index a15050d..546c258 100644
--- a/src/cpuid.h
+++ b/src/cpuid.h
@@ -24,8 +24,7 @@
*/
-#ifndef _FASTD_CPUID_H_
-#define _FASTD_CPUID_H_
+#pragma once
#include <stdint.h>
@@ -42,5 +41,3 @@ static inline uint64_t fastd_cpuid(void) {
return ((uint64_t)ecx) << 32 | edx;
}
-
-#endif /* _FASTD_CPUID_H_ */