Remove not needed opcode-support.[c,h]

This commit is contained in:
e.gavrin
2014-08-23 00:24:49 +04:00
parent d80cb10361
commit 0eece0be5a
15 changed files with 162 additions and 202 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**