diff --git a/src/opcodes.c b/src/opcodes.c index 6fb18a40e88f0347c0d22ed907b6db3ef90b0c63..dfc07ef36273af4e43af2342060504c57c876c0b 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -3,9 +3,9 @@ ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ +#include "global.h" #include <math.h> #include <ctype.h> -#include "global.h" #include "interpret.h" #include "svalue.h" #include "array.h"