diff options
| author | 2013-04-12 09:04:01 -0700 | |
|---|---|---|
| committer | 2013-04-12 09:04:01 -0700 | |
| commit | debedfeb0abb398443fa33452f486c6cc80bb832 (patch) | |
| tree | 7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /include/protocol.h | |
| parent | Merge pull request #488 from SaberUK/master+loglevel-rename (diff) | |
| parent | Tidy up source files: (diff) | |
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'include/protocol.h')
| -rw-r--r-- | include/protocol.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/protocol.h b/include/protocol.h index aabb5b022..4488fcea4 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -18,8 +18,7 @@ */ -#ifndef PROTOCOL_H -#define PROTOCOL_H +#pragma once #include "hashcomp.h" @@ -135,6 +134,3 @@ class ProtocolInterface */ virtual void GetServerList(ProtoServerList &sl) { } }; - -#endif - |
