diff options
Diffstat (limited to 'src/compat.h')
-rw-r--r-- | src/compat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/compat.h b/src/compat.h index 1cb68f9..e55f869 100644 --- a/src/compat.h +++ b/src/compat.h @@ -24,8 +24,7 @@ */ -#ifndef _FASTD_COMPAT_H_ -#define _FASTD_COMPAT_H_ +#pragma once #include <fastd_config.h> @@ -72,5 +71,3 @@ static inline char *get_current_dir_name(void) { #endif #endif - -#endif /* _FASTD_COMPAT_H_ */ |