Commit 0f32cea1 authored by malenov's avatar malenov
Browse files

fix includes

parent 84b1ad3a
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -159,7 +159,9 @@ HISTORY:

#include <stdio.h>
#include <stdlib.h>
#include "options.h"
#include "stl.h"

#ifdef BASOP_NOGLOB
#include <assert.h>
#endif /* BASOP_NOGLOB */
@@ -170,10 +172,6 @@ HISTORY:
#pragma warning( disable : 4310 )
#endif

#ifdef WMOPS
extern BASIC_OP multiCounter[MAXCOUNTERS];
extern int currCounter;
#endif

/*___________________________________________________________________________
 |                                                                           |