Skip to content

Commit 9d1583b

Browse files
committed
Move the e* clstepcore headers
1 parent 94c9783 commit 9d1583b

35 files changed

Lines changed: 35 additions & 41 deletions

include/core/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ set(CORE_HDRS
1111
dictionaryInstance.h
1212
dispnode.h
1313
dispnodelist.h
14-
# entityDescriptor.h
15-
# entityDescriptorList.h
16-
# enumTypeDescriptor.h
17-
# ExpDict.h
18-
# explicitItemId.h
19-
# globalRule.h
14+
entityDescriptor.h
15+
entityDescriptorList.h
16+
enumTypeDescriptor.h
17+
ExpDict.h
18+
explicitItemId.h
19+
globalRule.h
2020
# implicitItemId.h
2121
# instmgr.h
2222
# interfaceSpec.h

misc/header_mv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
find . -type f -path "*/cl*" -not -path "*.git/*" -not -path "*/exp*" -regex '.*\(c\|cpp\|cxx\|h\|hpp\)$' -exec perl -0777 -pi -e "s/include \"$1\"/include \"core\/$1\"/g" {} \;
3-
find . -type f -path "*/cl*" -not -path "*.git/*" -not -path "*/exp*" -regex '.*\(c\|cpp\|cxx\|h\|hpp\)$' -exec perl -0777 -pi -e "s/include <$1>/include \"core\/$1\"/g" {} \;
2+
find . -type f -path "*/cl*" -not -path "*.git/*" -not -path "*/exp*" -regex '.*\(c\|cc\|cpp\|cxx\|h\|hpp\)$' -exec perl -0777 -pi -e "s/include \"$1\"/include \"core\/$1\"/g" {} \;
3+
find . -type f -path "*/cl*" -not -path "*.git/*" -not -path "*/exp*" -regex '.*\(c\|cc\|cpp\|cxx\|h\|hpp\)$' -exec perl -0777 -pi -e "s/include <$1>/include \"core\/$1\"/g" {} \;
44

src/cleditor/SdaiHeaderSchema.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern ofstream * logStream;
1010
#define SCLLOGFILE "scl.log"
1111
#endif
1212

13-
#include <ExpDict.h>
13+
#include "core/ExpDict.h"
1414
#include <STEPattribute.h>
1515
#include <SdaiHeaderSchema.h>
1616

src/cleditor/SdaiHeaderSchemaInit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// regenerate it.
66

77
#include <Registry.h>
8-
#include <ExpDict.h>
8+
#include "core/ExpDict.h"
99
#include <STEPattribute.h>
1010
#include <SdaiHeaderSchema.h>
1111

0 commit comments

Comments
 (0)