Files
UnrealEngineUWP/Engine/Source/Editor/EditorConfig/Private/EditorConfigModule.cpp
sebastian nordgren 27f0137dec Fixed non-unity build errors due to missing semicolon after IMPLEMENT_MODULE.
Removed unnecessary includes and overrides in EditorConfigModule.

#rb paul.chipchase
#jira UE-107391

[CL 15269585 by sebastian nordgren in ue5-main branch]
2021-02-01 06:01:10 -04:00

7 lines
173 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "EditorConfigModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FEditorConfigModule, EditorConfig);