]> granicus.if.org Git - php/commitdiff
- Change header inclusion order
authorFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 20:07:56 +0000 (18:07 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 20:07:56 +0000 (18:07 -0200)
phpdbg_opcode.c

index b77cfb730bd2ecb401c4497997667d26a4c25862..60d4075625443a0844af6064aa5a7aeddf433089 100644 (file)
@@ -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) /* {{{ */
 {