Skip to content

Commit 0bf513d

Browse files
committed
address comments
Signed-off-by: Michael Pollind <mpollind@gmail.com>
1 parent 6abfbc3 commit 0bf513d

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

include/nbl/system/IFileArchive.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
#ifndef _NBL_SYSTEM_I_FILE_ARCHIVE_H_INCLUDED_
77
#define _NBL_SYSTEM_I_FILE_ARCHIVE_H_INCLUDED_
88

9+
#include "nbl/core/SRange.h"
10+
911
#include "nbl/system/path.h"
1012
#include "nbl/system/ILogger.h"
1113
#include "nbl/system/IFileBase.h"
12-
#include "nbl/core/SRange.h"
1314

1415
#include <string_view>
1516
#include <algorithm>

include/nbl/system/ISystemPOSIX.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#ifndef _NBL_SYSTEM_C_SYSTEM_CALLER_POSIX_INCLUDED_
22
#define _NBL_SYSTEM_C_SYSTEM_CALLER_POSIX_INCLUDED_
33

4-
#include "nbl/system/ISystem.h"
54
#include "nbl/core/util/bitflag.h"
5+
6+
#include "nbl/system/ISystem.h"
67
#include "nbl/system/IFile.h"
78

89
namespace nbl::system

include/nbl/video/IGPUShader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#ifndef __NBL_VIDEO_I_GPU_SHADER_H_INCLUDED__
66
#define __NBL_VIDEO_I_GPU_SHADER_H_INCLUDED__
77

8-
#include "nbl/asset/IShader.h"
9-
108
#include "nbl/core/IReferenceCounted.h"
119

10+
#include "nbl/asset/IShader.h"
11+
1212
#include "nbl/video/decl/IBackendObject.h"
1313
#include "nbl/video/decl/IBackendObject.h"
1414

include/nbl/video/IPhysicalDevice.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#ifndef __NBL_VIDEO_I_PHYSICAL_DEVICE_H_INCLUDED__
22
#define __NBL_VIDEO_I_PHYSICAL_DEVICE_H_INCLUDED__
33

4-
#include "nbl/system/declarations.h"
54

6-
#include <type_traits>
5+
#include "nbl/core/util/bitflag.h"
6+
7+
#include "nbl/system/declarations.h"
8+
#include "nbl/system/ISystem.h"
79

810
#include "nbl/asset/IImage.h" //for VkExtent3D only
911
#include "nbl/asset/ISpecializedShader.h"
1012

11-
#include "nbl/system/ISystem.h"
12-
1313
#include "nbl/video/EApiType.h"
1414
#include "nbl/video/debug/IDebugCallback.h"
1515
#include "nbl/video/ILogicalDevice.h"
@@ -19,7 +19,8 @@
1919

2020
#include "SPhysicalDeviceLimits.h"
2121
#include "SPhysicalDeviceFeatures.h"
22-
#include "nbl/core/util/bitflag.h"
22+
23+
#include <type_traits>
2324

2425
namespace nbl::video
2526
{

0 commit comments

Comments
 (0)