diff options
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h index b1e954a26..ae53e8d0e 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NPCHANDLER_H -#define NPCHANDLER_H +#ifndef NET_NPCHANDLER_H +#define NET_NPCHANDLER_H #include <iosfwd> @@ -71,4 +71,4 @@ class NpcHandler } // namespace Net -#endif // NPCHANDLER_H +#endif // NET_NPCHANDLER_H |