From 55f9967ff9b3f95f209e7fb0281fce063036c413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 4 Jul 1998 18:42:30 +0200
Subject: [PATCH] Moved global.h to be included first.

Rev: src/opcodes.c:1.10
---
 src/opcodes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/opcodes.c b/src/opcodes.c
index 6fb18a40e8..dfc07ef362 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"
-- 
GitLab