diff options
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r-- | src/net/loginhandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index cc10a8ae1..d3bbdddb7 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef LOGINHANDLER_H -#define LOGINHANDLER_H +#ifndef NET_LOGINHANDLER_H +#define NET_LOGINHANDLER_H #include "net/logindata.h" #include "net/serverinfo.h" @@ -117,4 +117,4 @@ class LoginHandler } // namespace Net -#endif // LOGINHANDLER_H +#endif // NET_LOGINHANDLER_H |