From 972550a1206f02bc3fa6774c1ce740704729e8b0 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 10 Nov 2013 18:07:56 -0200 Subject: [PATCH] - Change header inclusion order --- phpdbg_opcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_opcode.c b/phpdbg_opcode.c index b77cfb730b..60d4075625 100644 --- a/phpdbg_opcode.c +++ b/phpdbg_opcode.c @@ -17,8 +17,8 @@ +----------------------------------------------------------------------+ */ -#include "phpdbg_opcode.h" #include "zend_vm_opcodes.h" +#include "phpdbg_opcode.h" const char *phpdbg_decode_opcode(zend_uchar opcode) /* {{{ */ { -- 2.50.1