Skip to content

Commit

Permalink
Cleaned up includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpreussner committed May 22, 2016
1 parent 233c0f8 commit 21afbcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Source/TextAsset/Private/TextAssetModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "TextAssetPrivatePCH.h"
#include "ModuleInterface.h"
#include "TextAsset.h"


/**
Expand All @@ -12,7 +13,7 @@ class FTextAssetModule
{
public:

// IModuleInterface interface
//~ IModuleInterface interface

virtual void StartupModule() override { }
virtual void ShutdownModule() override { }
Expand Down
14 changes: 2 additions & 12 deletions Source/TextAsset/Private/TextAssetPrivatePCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,5 @@

#pragma once


/* Private dependencies
*****************************************************************************/

#include "Core.h"
#include "CoreUObject.h"


/* Private includes
*****************************************************************************/

#include "TextAsset.h"
#include "Runtime/Core/Public/Core.h"
#include "Runtime/CoreUObject/Public/CoreUObject.h"

0 comments on commit 21afbcf

Please sign in to comment.