Files
UnrealEngineUWP/Engine/Source/Developer/SourceControl/Private/SourceControlPrivate.h
Ben Marsh 7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00

25 lines
525 B
C

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "ISourceControlProvider.h"
#ifndef SOURCE_CONTROL_WITH_SLATE
#error SOURCE_CONTROL_WITH_SLATE not defined
#endif // SOURCE_CONTROL_WITH_SLATE
#if SOURCE_CONTROL_WITH_SLATE
#include "SlateBasics.h"
#include "EditorStyle.h"
#endif // SOURCE_CONTROL_WITH_SLATE
#if WITH_EDITOR
#include "PackageTools.h"
#include "Logging/MessageLog.h"
#endif
#if WITH_UNREAL_DEVELOPER_TOOLS
#include "MessageLogModule.h"
#endif