Skip to content

Commit bc96f29

Browse files
committed
Move utils headers
1 parent 820ca86 commit bc96f29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+73
-81
lines changed

include/core/ExpDict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "core/baseType.h"
2727
#include "core/dictdefs.h"
28-
#include <Str.h>
28+
#include "utils/Str.h"
2929

3030
// each of these contains linked list, list node, iterator
3131
#include "core/attrDescriptorList.h"

include/core/Registry.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
#include <sc_export.h>
1616
#include "core/sdai.h"
17-
#include <errordesc.h>
18-
#include <sc_hash.h>
19-
#include <Str.h>
17+
#include "utils/errordesc.h"
18+
#include "utils/sc_hash.h"
19+
#include "utils/Str.h"
2020
#include "core/complexSupport.h"
2121

2222

include/core/STEPaggregate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class STEPaggregate;
1717
class TypeDescriptor;
1818

1919
#include <sc_export.h>
20-
#include <errordesc.h>
20+
#include "utils/errordesc.h"
2121
#include "core/SingleLinkList.h"
2222
#include "core/baseType.h"
2323
#include "core/sdai.h"

include/core/STEPattribute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include <sc_export.h>
1717
#include <stdio.h>
18-
#include <errordesc.h>
18+
#include "utils/errordesc.h"
1919
#include "core/baseType.h"
2020

2121
#include "core/sdai.h"

include/core/STEPcomplex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define STEPCOMPLEX_H
33

44
#include <sc_export.h>
5-
#include <errordesc.h>
5+
#include "utils/errordesc.h"
66
#include "core/sdai.h"
77
#include "core/baseType.h"
88
#include "core/ExpDict.h"

include/core/STEPundefined.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#include <sc_export.h>
16-
#include <errordesc.h>
16+
#include "utils/errordesc.h"
1717
#include <string>
1818
#include "core/read_func.h"
1919

include/core/complexSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <iostream>
1919
#include <fstream>
2020
using namespace std;
21-
#include "Str.h"
21+
#include "utils/Str.h"
2222

2323
#define LISTEND 999
2424
/** \def LISTEND

include/core/dispnode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/*#include <STEPentity.h>*/
2222
#include "core/sdai.h"
2323

24-
#include <gennode.h>
25-
#include <gennodelist.h>
24+
#include "utils/gennode.h"
25+
#include "utils/gennodelist.h"
2626
//#include <gennode.inline.h>
2727
#include "editor/editordefines.h"
2828
//#include <mgrnode.h>

include/core/dispnodelist.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
#include <sc_export.h>
1919

20-
#include <gennode.h>
20+
#include "utils/gennode.h"
2121
//#include <gennode.inline.h>
2222
#include "editor/editordefines.h"
2323
#include "core/mgrnode.h"
2424
#include "core/dispnode.h"
25-
#include <gennodelist.h>
25+
#include "utils/gennodelist.h"
2626

2727
///////////////////////////////////////////////////////////////////////////////
2828
// class DisplayNodeList

include/core/instmgr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
// IT IS VERY IMPORTANT THAT THE ORDER OF THE FOLLOWING INCLUDE FILES
2828
// BE PRESERVED
2929

30-
#include <gennode.h>
31-
#include <gennodelist.h>
32-
#include <gennodearray.h>
30+
#include "utils/gennode.h"
31+
#include "utils/gennodelist.h"
32+
#include "utils/gennodearray.h"
3333

3434
#include "core/mgrnode.h"
3535
#include "core/mgrnodelist.h"

0 commit comments

Comments
 (0)