summaryrefslogtreecommitdiff
path: root/src/net/tradehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tradehandler.h')
-rw-r--r--src/net/tradehandler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/net/tradehandler.h b/src/net/tradehandler.h
index 609f8087..605d122b 100644
--- a/src/net/tradehandler.h
+++ b/src/net/tradehandler.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef TRADEHANDLER_H
-#define TRADEHANDLER_H
+#pragma once
#include "being.h"
@@ -49,5 +48,3 @@ class TradeHandler
virtual void cancel() {}
};
}
-
-#endif // TRADEHANDLER_H