summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/GraphicsAccessories/interface/GraphicsAccessories.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Graphics/GraphicsAccessories/interface/GraphicsAccessories.h b/Graphics/GraphicsAccessories/interface/GraphicsAccessories.h
index 36a0b0fa..4baa76e6 100644
--- a/Graphics/GraphicsAccessories/interface/GraphicsAccessories.h
+++ b/Graphics/GraphicsAccessories/interface/GraphicsAccessories.h
@@ -26,12 +26,12 @@
/// \file
/// Defines graphics engine utilities
-#include "GraphicsTypes.h"
-#include "Shader.h"
-#include "Texture.h"
-#include "Buffer.h"
-#include "RenderDevice.h"
-#include "DebugUtilities.h"
+#include "../../GraphicsEngine/interface/GraphicsTypes.h"
+#include "../../GraphicsEngine/interface/Shader.h"
+#include "../../GraphicsEngine/interface/Texture.h"
+#include "../../GraphicsEngine/interface/Buffer.h"
+#include "../../GraphicsEngine/interface/RenderDevice.h"
+#include "../../../Platforms/Basic/interface/DebugUtilities.h"
namespace Diligent
{