aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/atomic_gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/atomic_gcc.h')
-rw-r--r--src/common/atomic_gcc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/atomic_gcc.h b/src/common/atomic_gcc.h
index 953c82c6..117e342f 100644
--- a/src/common/atomic_gcc.h
+++ b/src/common/atomic_gcc.h
@@ -2,8 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#ifndef _ATOMIC_GCC_H_
-#define _ATOMIC_GCC_H_
+#pragma once
#include "common/common.h"
@@ -109,5 +108,3 @@ LONG SyncInterlockedExchange(LONG *Dest, LONG Val)
#endif
}
#endif
-
-#endif