diff options
Diffstat (limited to 'src/net/beinghandler.h')
-rw-r--r-- | src/net/beinghandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/beinghandler.h b/src/net/beinghandler.h index 332d2e81c..31a31fcc2 100644 --- a/src/net/beinghandler.h +++ b/src/net/beinghandler.h @@ -19,8 +19,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef BEINGHANDLER_H -#define BEINGHANDLER_H +#ifndef NET_BEINGHANDLER_H +#define NET_BEINGHANDLER_H #include "being.h" #include "net/messagein.h" @@ -43,4 +43,4 @@ class BeingHandler } // namespace Net -#endif // BEINGHANDLER_H +#endif // NET_BEINGHANDLER_H |