Skip to content

Commit 5e14c03

Browse files
committed
header includes based optimization.
1 parent cf8ace3 commit 5e14c03

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

ReflectionTemplateLib/rtl/dispatch/rtl_function_erased_return.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#pragma once
1313

14-
#include "rtl_traits.h"
14+
#include "functor.h"
15+
#include "RObject.hpp"
1516

1617
namespace rtl
1718
{

ReflectionTemplateLib/rtl/dispatch/rtl_method_erased.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#pragma once
1313

14-
#include "rtl_traits.h"
14+
#include "functor.h"
15+
#include "RObject.hpp"
1516

1617
namespace rtl
1718
{

ReflectionTemplateLib/rtl/dispatch/rtl_method_erased_return.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#pragma once
1313

14-
#include "rtl_traits.h"
14+
#include "functor.h"
15+
#include "RObject.hpp"
1516

1617
namespace rtl
1718
{

ReflectionTemplateLib/rtl/dispatch/rtl_method_erased_return_const.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#pragma once
1313

14-
#include "rtl_traits.h"
14+
#include "functor.h"
15+
#include "RObject.hpp"
1516

1617
namespace rtl
1718
{

ReflectionTemplateLib/rtl/dispatch/rtl_method_erased_target.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
#pragma once
1313

14-
#include "rtl_traits.h"
14+
#include "functor.h"
15+
#include "RObject.hpp"
1516

1617
namespace rtl
1718
{

0 commit comments

Comments
 (0)