Skip to content
Snippets Groups Projects
Commit 55f9967f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Moved global.h to be included first.

Rev: src/opcodes.c:1.10
parent 1073ed78
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
||| Pike is distributed as GPL (General Public License) ||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information. ||| See the files COPYING and DISCLAIMER for more information.
\*/ \*/
#include "global.h"
#include <math.h> #include <math.h>
#include <ctype.h> #include <ctype.h>
#include "global.h"
#include "interpret.h" #include "interpret.h"
#include "svalue.h" #include "svalue.h"
#include "array.h" #include "array.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment