Skip to content

Commit 840d57c

Browse files
committed
Move a few more headers
1 parent 33102ee commit 840d57c

30 files changed

Lines changed: 30 additions & 33 deletions

include/core/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ set(CORE_HDRS
22
aggrTypeDescriptor.h
33
attrDescriptor.h
44
attrDescriptorList.h
5-
# baseType.h
6-
# complexSupport.h
7-
# create_Aggr.h
5+
baseType.h
6+
complexSupport.h
7+
create_Aggr.h
88
# derivedAttribute.h
99
# dictSchema.h
1010
# dictdefs.h

include/core/aggrTypeDescriptor.h

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

44
#include "typeDescriptor.h"
5-
#include "create_Aggr.h"
5+
#include "core/create_Aggr.h"
66

77
#include "assert.h"
88

src/cleditor/SdaiSchemaInit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <STEPundefined.h>
1616
#include <ExpDict.h>
1717
#include <STEPattribute.h>
18-
#include <complexSupport.h>
18+
#include "core/complexSupport.h"
1919

2020
#include <SdaiHeaderSchemaClasses.h>
2121
#include <SdaiHeaderSchema.h>

src/clstepcore/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ set(LIBSTEPCORE_SRCS
6363
)
6464

6565
set(SC_CLSTEPCORE_HDRS
66-
baseType.h
67-
complexSupport.h
68-
create_Aggr.h
6966
derivedAttribute.h
7067
dictSchema.h
7168
dictdefs.h

src/clstepcore/ExpDict.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <SingleLinkList.h>
2525

26-
#include <baseType.h>
26+
#include "core/baseType.h"
2727
#include <dictdefs.h>
2828
#include <Str.h>
2929

@@ -41,7 +41,7 @@
4141
#include "derivedAttribute.h"
4242
#include "inverseAttribute.h"
4343

44-
#include "create_Aggr.h"
44+
#include "core/create_Aggr.h"
4545
#include "dictionaryInstance.h"
4646

4747
#include "uniquenessRule.h"

src/clstepcore/Registry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <errordesc.h>
1818
#include <sc_hash.h>
1919
#include <Str.h>
20-
#include <complexSupport.h>
20+
#include "core/complexSupport.h"
2121

2222

2323
// defined and created in Registry.cc

src/clstepcore/STEPaggregate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TypeDescriptor;
1919
#include <sc_export.h>
2020
#include <errordesc.h>
2121
#include <SingleLinkList.h>
22-
#include <baseType.h>
22+
#include "core/baseType.h"
2323
#include <sdai.h>
2424
#include <STEPundefined.h>
2525
#include <string>

0 commit comments

Comments
 (0)