summaryrefslogtreecommitdiffstats
path: root/src/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/method.h')
-rw-r--r--src/method.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/method.h b/src/method.h
index 1d9522a..159d2b8 100644
--- a/src/method.h
+++ b/src/method.h
@@ -24,8 +24,7 @@
*/
-#ifndef _FASTD_METHOD_H_
-#define _FASTD_METHOD_H_
+#pragma once
#include "fastd.h"
@@ -73,5 +72,3 @@ static inline const fastd_method_info_t* fastd_method_get_by_name(fastd_context_
return NULL;
}
-
-#endif /* _FASTD_METHOD_H_ */