Added more IWYU pragmas.

#preflight 62c860d0b04c766648963c4f

[CL 21009868 by bryan sefcik in ue5-main branch]
This commit is contained in:
bryan sefcik
2022-07-08 13:11:06 -04:00
parent fc92871a7e
commit 5774b4842a
19 changed files with 33 additions and 14 deletions
@@ -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