mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
normalize includes: common
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
|
||||
*/
|
||||
|
||||
#include "global_define.h"
|
||||
#include "emu_opcodes.h"
|
||||
#include "common/emu_opcodes.h"
|
||||
#include "common/global_define.h"
|
||||
|
||||
const char *OpcodeNames[_maxEmuOpcode+1] = {
|
||||
"OP_Unknown",
|
||||
@@ -30,9 +30,3 @@ const char *OpcodeNames[_maxEmuOpcode+1] = {
|
||||
|
||||
""
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user