about summary refs log tree commit diff
path: root/src/instruction/nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/instruction/nop.c')
-rw-r--r--src/instruction/nop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/instruction/nop.c b/src/instruction/nop.c
index 8e05396..778b8ed 100644
--- a/src/instruction/nop.c
+++ b/src/instruction/nop.c
@@ -1,5 +1,4 @@
 #include "3cl.h"
-#include "instruction.h"
 
 struct CCLFrame *ccl_instruction_nop(struct CCL *ccl, struct CCLFrame *frame)
 {