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/fastd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 721c9b5..0c3b7a4 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -24,8 +24,7 @@ */ -#ifndef _FASTD_FASTD_H_ -#define _FASTD_FASTD_H_ +#pragma once #include "compat.h" #include "types.h" @@ -436,5 +435,3 @@ static inline size_t max_size_t(size_t a, size_t b) { static inline size_t min_size_t(size_t a, size_t b) { return (a < b) ? a : b; } - -#endif /* _FASTD_FASTD_H_ */ -- cgit v1.2.3