From fc7d8748fce91d4035b13975c9903929028bbbac Mon Sep 17 00:00:00 2001 From: Daulet Date: Fri, 7 Jul 2023 00:09:04 +0500 Subject: [PATCH] Turned off #include sort Signed-off-by: Daulet --- Settings | 2 +- cpp/Platform.Interfaces/Platform.Interfaces.h | 35 +++++++++++-------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/Settings b/Settings index ff03559..72c74e2 160000 --- a/Settings +++ b/Settings @@ -1 +1 @@ -Subproject commit ff03559b83e2042f18b3108b2b9165f0759ea7a5 +Subproject commit 72c74e2f15e0d122e2e35cef1f752ce962085dec diff --git a/cpp/Platform.Interfaces/Platform.Interfaces.h b/cpp/Platform.Interfaces/Platform.Interfaces.h index 556beed..e6cbd2f 100644 --- a/cpp/Platform.Interfaces/Platform.Interfaces.h +++ b/cpp/Platform.Interfaces/Platform.Interfaces.h @@ -1,26 +1,20 @@ #pragma once +#include "Macros.h" + +#include "CEnumerable.h" #include "CArray.h" +#include "CList.h" +#include "CSet.h" +#include "CDictionary.h" #include "CCounter.h" #include "CCriterionMatcher.h" -#include "CDictionary.h" -#include "CEnumerable.h" #include "CFactory.h" -#include "CList.h" #include "CProperties.h" -#include "CProperty.h" #include "CProvider.h" -#include "CSet.h" #include "CSetter.h" -#include "Decorated.h" -#include "DecoratedBase.h" -#include "DecoratorBase.h" -#include "Extended.h" -#include "ExtendedBase.h" -#include "ExtendedContainer.h" -#include "ExtendedContainerBase.h" -#include "ExtendedReference.h" -#include "ExtendedReferenceBase.h" +#include "CProperty.h" + #include "ICounter[TResult, TArgument].h" #include "ICounter[TResult].h" #include "ICriterionMatcher.h" @@ -31,5 +25,16 @@ #include "IProvider[TProvided].h" #include "ISetter[TValue, TArgument].h" #include "ISetter[TValue].h" -#include "Macros.h" + #include "Polymorph.h" + +#include "Extended.h" +#include "ExtendedBase.h" +#include "ExtendedContainer.h" +#include "ExtendedContainerBase.h" +#include "ExtendedReference.h" +#include "ExtendedReferenceBase.h" + +#include "DecoratorBase.h" +#include "DecoratedBase.h" +#include "Decorated.h" \ No newline at end of file