Skip to content

Commit a01bd71

Browse files
authored
Correct generator includes (#2037)
1 parent 16eba9c commit a01bd71

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

Source/plugins/IController.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include "Module.h"
2222
#include "IShell.h"
2323

24-
// @stubgen:include <plugins/IShell.h>
25-
// @stubgen:include <plugins/ISubSystem.h>
26-
// @stubgen:include <com/IIteratorType.h>
24+
// @insert <com/ICOM.h>
25+
// @insert <plugins/IShell.h>
26+
// @insert <plugins/ISubSystem.h>
2727

2828
namespace Thunder {
2929

Source/plugins/IDispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <com/ICOM.h>
2323
#include "IShell.h"
2424

25-
// @stubgen:include <plugins/IShell.h>
25+
// @insert "IShell.h"
2626

2727
namespace Thunder {
2828

Source/plugins/IShell.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <com/ICOM.h>
2727

2828
// @insert <com/ICOM.h>
29+
// @insert "ISubSystem.h"
2930

3031
namespace Thunder {
3132

Source/plugins/IStateControl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
#include <com/ICOM.h>
2626

27+
// @insert "IShell.h"
28+
2729
namespace Thunder {
2830
namespace PluginHost {
2931

Source/plugins/ISubSystem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
#include <com/ICOM.h>
2424

25+
// @insert <com/ICOM.h>
26+
2527
namespace Thunder {
2628
namespace PluginHost {
2729

Source/plugins/Module.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838
#define EXTERNAL EXTERNAL_EXPORT
3939
#endif
4040

41+
// @insert <com/Ids.h>
42+

0 commit comments

Comments
 (0)