From: Felipe Pena Date: Sun, 10 Nov 2013 20:07:56 +0000 (-0200) Subject: - Change header inclusion order X-Git-Tag: php-5.6.0alpha1~110^2~516^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=972550a1206f02bc3fa6774c1ce740704729e8b0;p=php - Change header inclusion order --- 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) /* {{{ */ {