Skip to content

Commit fc4edb9

Browse files
committed
Move stepcore headers through r*
1 parent 6e53c8f commit fc4edb9

35 files changed

+50
-63
lines changed

include/core/CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ set(CORE_HDRS
1717
ExpDict.h
1818
explicitItemId.h
1919
globalRule.h
20-
# implicitItemId.h
21-
# instmgr.h
22-
# interfaceSpec.h
23-
# interfacedItem.h
24-
# inverseAttribute.h
25-
# inverseAttributeList.h
26-
# mgrnode.h
27-
# mgrnodearray.h
28-
# mgrnodelist.h
29-
# needFunc.h
30-
# read_func.h
31-
# realTypeDescriptor.h
32-
# Registry.h
20+
implicitItemId.h
21+
instmgr.h
22+
interfaceSpec.h
23+
interfacedItem.h
24+
inverseAttribute.h
25+
inverseAttributeList.h
26+
mgrnode.h
27+
mgrnodearray.h
28+
mgrnodelist.h
29+
needFunc.h
30+
read_func.h
31+
realTypeDescriptor.h
32+
Registry.h
3333
# schRename.h
3434
# sdai.h
3535
# sdaiApplication_instance.h

include/core/dispnodelist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <gennode.h>
2121
//#include <gennode.inline.h>
2222
#include <editordefines.h>
23-
#include <mgrnode.h>
23+
#include "core/mgrnode.h"
2424
#include "core/dispnode.h"
2525
#include <gennodelist.h>
2626

include/core/instmgr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
#include <gennodelist.h>
3232
#include <gennodearray.h>
3333

34-
#include <mgrnode.h>
35-
#include <mgrnodelist.h>
34+
#include "core/mgrnode.h"
35+
#include "core/mgrnodelist.h"
3636

3737
#include "core/dispnode.h"
3838
#include "core/dispnodelist.h"
3939

40-
#include <mgrnodearray.h>
40+
#include "core/mgrnodearray.h"
4141

4242
class SC_CORE_EXPORT InstMgrBase {
4343
public:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#include <gennodelist.h>
2424
//#include <gennode.inline.h>
2525

26-
#include <mgrnode.h>
27-
#include <mgrnodelist.h>
26+
#include "core/mgrnode.h"
27+
#include "core/mgrnodelist.h"
2828

2929
#include <gennodearray.h>
3030

0 commit comments

Comments
 (0)