Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from ImpellerStudios/master
Browse files Browse the repository at this point in the history
Make VaRest IWYU compatible (reverted from commit 4320c81)
  • Loading branch information
ufna committed Mar 7, 2018
1 parent 4320c81 commit 198828d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Source/VaRestEditorPlugin/Private/VaRestEditorPlugin.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2015 Vladimir Alyamkin. All Rights Reserved.
// Original code by https://github.com/unktomi

#include "VaRestEditorPlugin.h"
#include "VaRestEditorPluginPrivatePCH.h"
#include "VaRestEditorPlugin.h"

#define LOCTEXT_NAMESPACE "FVaRestEditorPluginModule"

Expand Down
2 changes: 1 addition & 1 deletion Source/VaRestEditorPlugin/Private/VaRest_BreakJson.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2015 Vladimir Alyamkin. All Rights Reserved.
// Original code by https://github.com/unktomi

#include "VaRest_BreakJson.h"
#include "VaRestEditorPluginPrivatePCH.h"
#include "VaRest_BreakJson.h"

#include "Runtime/Launch/Resources/Version.h"
#include "EdGraphUtilities.h"
Expand Down
1 change: 0 additions & 1 deletion Source/VaRestPlugin/Classes/VaRestJsonObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#pragma once

#include "JsonObject.h"
#include "VaRestJsonObject.generated.h"

class UVaRestJsonValue;
Expand Down
1 change: 0 additions & 1 deletion Source/VaRestPlugin/Classes/VaRestJsonValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#pragma once

#include "JsonValue.h"
#include "VaRestJsonValue.generated.h"

class UVaRestJsonObject;
Expand Down
2 changes: 0 additions & 2 deletions Source/VaRestPlugin/Classes/VaRestLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#pragma once

#include "Kismet/BlueprintFunctionLibrary.h"
#include "Object.h"
#include "IDelegateInstance.h"

#include "VaRestTypes.h"
#include "VaRestLibrary.generated.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/VaRestPlugin/Classes/VaRestRequestJSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "Engine/LatentActionManager.h"
#include "Http.h"
#include "LatentActions.h"

#include "VaRestTypes.h"
#include "VaRestRequestJSON.generated.h"

Expand Down
5 changes: 0 additions & 5 deletions Source/VaRestPlugin/Private/VaRestJsonObject.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2014 Vladimir Alyamkin. All Rights Reserved.

#include "VaRestJsonObject.h"
#include "VaRestPluginPrivatePCH.h"
#include "JsonSerializer.h"
#include "JsonValue.h"
#include "VaRestJsonValue.h"
#include "Array.h"

typedef TJsonWriterFactory< TCHAR, TCondensedJsonPrintPolicy<TCHAR> > FCondensedJsonStringWriterFactory;
typedef TJsonWriter< TCHAR, TCondensedJsonPrintPolicy<TCHAR> > FCondensedJsonStringWriter;
Expand Down
1 change: 0 additions & 1 deletion Source/VaRestPlugin/Private/VaRestJsonValue.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2014 Vladimir Alyamkin. All Rights Reserved.

#include "VaRestJsonValue.h"
#include "VaRestPluginPrivatePCH.h"

UVaRestJsonValue::UVaRestJsonValue(const class FObjectInitializer& PCIP)
Expand Down
1 change: 0 additions & 1 deletion Source/VaRestPlugin/Private/VaRestLibrary.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2016 Vladimir Alyamkin. All Rights Reserved.

#include "VaRestLibrary.h"
#include "VaRestPluginPrivatePCH.h"
#include "Base64.h"

Expand Down
1 change: 0 additions & 1 deletion Source/VaRestPlugin/Private/VaRestRequestJSON.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2014 Vladimir Alyamkin. All Rights Reserved.

#include "VaRestRequestJSON.h"
#include "VaRestPluginPrivatePCH.h"
#include "CoreMisc.h"

Expand Down

0 comments on commit 198828d

Please sign in to comment.