]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/network/clientopcodes.h
Make lint happy; Remove stupid redirector
[dragonfireclient.git] / src / network / clientopcodes.h
index 789c9c0bb906b45417863596e9680373c76f9323..d03dc457dd526fbcdfdd7ec072e1ba8c4d7dfc1d 100644 (file)
@@ -18,10 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef CLIENTOPCODES_HEADER
-#define CLIENTOPCODES_HEADER
+#pragma once
 
-#include "client.h"
+#include "client/client.h"
 #include "networkprotocol.h"
 
 class NetworkPacket;
@@ -49,5 +48,3 @@ struct ServerCommandFactory
 extern const ToClientCommandHandler toClientCommandTable[TOCLIENT_NUM_MSG_TYPES];
 
 extern const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES];
-
-#endif