aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/antcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/antcc.h')
-rw-r--r--src/antcc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/antcc.h b/src/antcc.h
index 1a059c7..4cd8f5d 100644
--- a/src/antcc.h
+++ b/src/antcc.h
@@ -1,5 +1,4 @@
-#ifndef COMMON_H_
-#define COMMON_H_
+#pragma once
#include <stdarg.h>
#include <stddef.h>
@@ -366,6 +365,4 @@ ushort *utf8to16(uint *ulen, Arena **, const uchar *s, size_t len);
uint *utf8to32(uint *ulen, Arena **, const uchar *s, size_t len);
int utf8enc(char out[4], uint cp);
-#endif /* COMMON_H_ */
-
/* vim:set ts=3 sw=3 expandtab: */