From 2b3043e578f00a5071dfae40c237b86cc6d70c7e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 10 Apr 2014 19:42:06 +0200 Subject: Use #pragma once --- src/cpuid.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/cpuid.h') 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 @@ -42,5 +41,3 @@ static inline uint64_t fastd_cpuid(void) { return ((uint64_t)ecx) << 32 | edx; } - -#endif /* _FASTD_CPUID_H_ */ -- cgit v1.2.3