Files
UnrealEngineUWP/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h
Max Preussner 8c96b25967 fixed up incorrect module dependencies in Profiler
#CodeReview: peter.sauerbrei

[CL 2048459 by Max Preussner in Main branch]
2014-04-23 19:18:05 -04:00

24 lines
661 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ProfilerClient.h: Profiler Client module public header file.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
#include "SessionServices.h"
#include "ProfilerService.h"
/* Interfaces
*****************************************************************************/
#include "IProfilerClient.h"
#include "IProfilerClientModule.h"