summaryrefslogtreecommitdiff
path: root/src/net/netcomputer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netcomputer.hpp')
-rw-r--r--src/net/netcomputer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/netcomputer.hpp b/src/net/netcomputer.hpp
index 1724d293..51433d88 100644
--- a/src/net/netcomputer.hpp
+++ b/src/net/netcomputer.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_NETCOMPUTER_H_
-#define _TMWSERV_NETCOMPUTER_H_
+#ifndef NETCOMPUTER_H
+#define NETCOMPUTER_H
#include <iostream>
#include <enet/enet.h>
@@ -94,4 +94,4 @@ class NetComputer
const NetComputer &comp);
};
-#endif // _TMWSERV_NETCOMPUTER_H_
+#endif // NETCOMPUTER_H