Skip to content

Commit 2e01a01

Browse files
davywmpictor
authored andcommitted
Updated scl_export.h include references.
* Moved around some includes of scl_export.h
1 parent 0705c50 commit 2e01a01

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

include/express/alg.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
/* packages used */
4848
/*****************/
4949

50-
#include <scl_export.h>
5150
#include "expbasic.h" /* get basic definitions */
5251
#include "symbol.h"
5352
#include "scope.h"

include/express/basic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
*/
7474

7575
#include <scl_cf.h>
76+
#include <scl_export.h>
7677
#include <stdio.h>
7778

7879
/******************************/

include/express/caseitem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
/* packages used */
4444
/*****************/
4545

46-
#include <scl_export.h>
4746
#include "expbasic.h" /* get basic definitions */
4847
#include "scope.h"
4948

include/express/error.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* prettied up interface to print_objects_when_running
3131
*/
3232

33+
#include <scl_export.h>
3334
#include "basic.h" /* get basic definitions */
3435
#include "setjmp.h"
3536

include/express/express.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
/* packages used */
5353
/*****************/
5454

55-
#include <scl_export.h>
5655
#include "expbasic.h" /* get basic definitions */
5756
#include <string.h>
5857
#include "scope.h"

include/express/variable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
/* packages used */
5858
/*****************/
5959

60-
#include <scl_export.h>
6160
#include "expbasic.h" /* get basic definitions */
6261
#include "symbol.h"
6362

0 commit comments

Comments
 (0)