normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+2 -8
View File
@@ -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] = {
""
};