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/crypto.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/crypto.h') diff --git a/src/crypto.h b/src/crypto.h index 9d96268..25efb10 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -24,8 +24,7 @@ */ -#ifndef _FASTD_CRYPTO_H_ -#define _FASTD_CRYPTO_H_ +#pragma once #include "types.h" @@ -92,5 +91,3 @@ static inline void xor_a(fastd_block128_t *x, const fastd_block128_t *a) { static inline bool fastd_true(void) { return true; } - -#endif /* _FASTD_CRYPTO_H_ */ -- cgit v1.2.3