summaryrefslogtreecommitdiff
path: root/includes/rts/LibdwPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/LibdwPool.h')
-rw-r--r--includes/rts/LibdwPool.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/LibdwPool.h b/includes/rts/LibdwPool.h
index 3360192725..76ff41c8c7 100644
--- a/includes/rts/LibdwPool.h
+++ b/includes/rts/LibdwPool.h
@@ -6,8 +6,7 @@
*
* --------------------------------------------------------------------------*/
-#ifndef RTS_LIBDW_POOL_H
-#define RTS_LIBDW_POOL_H
+#pragma once
/* Claim a session from the pool */
LibdwSession *libdwPoolTake(void);
@@ -18,5 +17,3 @@ void libdwPoolRelease(LibdwSession *sess);
/* Free any sessions in the pool forcing a reload of any loaded debug
* information */
void libdwPoolClear(void);
-
-#endif /* RTS_LIBDW_POOL_H */