Skip to content

Commit ed51dee

Browse files
committed
remove old header references from 29_MeshLoaders/main.cpp which are included in PCH now though the example doesn't compile anyway (misses imgui link and more)
1 parent fdae6f9 commit ed51dee

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

29_MeshLoaders/main.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
#include "nbl/asset/utils/CGeometryCreator.h"
77
#include "nbl/application_templates/MonoAssetManagerAndBuiltinResourceApplication.hpp"
88

9-
#include "SimpleWindowedApplication.hpp"
10-
11-
#include "InputSystem.hpp"
12-
#include "CEventCallback.hpp"
13-
14-
#include "CCamera.hpp"
15-
169
#include <nbl/builtin/hlsl/cpp_compat.hlsl>
1710
#include <nbl/builtin/hlsl/cpp_compat/matrix.hlsl>
1811

common/include/nbl/examples/PCH.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
//! note: one can add common std headers here not present in nabla.h or
2121
//! any headers shared between examples, you cannot put there include
22-
//! files which require extra preprocessor definitions
22+
//! files which require unique preprocessor definitions for each example
2323

2424
#endif // _NBL_EXAMPLES_COMMON_PCH_HPP_

0 commit comments

Comments
 (0)