You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added more IWYU pragmas.
#preflight 62c860d0b04c766648963c4f [CL 21009868 by bryan sefcik in ue5-main branch]
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "HAL/Platform.h"
|
||||
#include "Unix/UnixPlatformProcess.h"
|
||||
#include "Unix/UnixPlatformProcess.h" // IWYU pragma: export
|
||||
|
||||
/**
|
||||
* Linux implementation of the Process OS functions
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
#pragma once
|
||||
|
||||
#include "Unix/UnixSystemIncludes.h"
|
||||
#include "Unix/UnixSystemIncludes.h" // IWYU pragma: export
|
||||
|
||||
Reference in New Issue
Block a user