Files
UnrealEngineUWP/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowPrivatePCH.h
2014-03-14 14:13:41 -04:00

32 lines
955 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
AutomationWindowPrivatePCH.h: Pre-compiled header file for the AutomationWindow module.
=============================================================================*/
#include "../Public/AutomationWindow.h"
/* Dependencies
*****************************************************************************/
#include "Messaging.h"
#include "AutomationController.h"
#include "DesktopPlatformModule.h"
#include "IFilter.h"
#include "SessionServices.h"
#include "Slate.h"
#include "EditorStyle.h"
/* Private includes
*****************************************************************************/
#include "SAutomationWindowCommandBar.h"
#include "SAutomationExportMenu.h"
#include "AutomationFilter.h"
#include "SAutomationWindow.h"
#include "SAutomationTestItemContextMenu.h"
#include "SAutomationTestItem.h"