summaryrefslogtreecommitdiff
path: root/libraries/base/include/HsEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/include/HsEvent.h')
-rw-r--r--libraries/base/include/HsEvent.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/base/include/HsEvent.h b/libraries/base/include/HsEvent.h
index fe0a7ca643..e2fb629e35 100644
--- a/libraries/base/include/HsEvent.h
+++ b/libraries/base/include/HsEvent.h
@@ -1,5 +1,4 @@
-#ifndef __HS_EVENT_H__
-#define __HS_EVENT_H__
+#pragma once
#include "EventConfig.h"
@@ -33,7 +32,6 @@ INLINE int __hsevent_kill_thread(pthread_t *tid, int sig)
return pthread_kill(*tid, sig);
}
-#endif /* __HS_EVENT_H__ */
/*
* Local Variables:
* c-file-style: "stroustrup"