summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/SwapChainBase.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.h b/Graphics/GraphicsEngine/include/SwapChainBase.h
index 1a4558f7..4ab2ce3e 100644
--- a/Graphics/GraphicsEngine/include/SwapChainBase.h
+++ b/Graphics/GraphicsEngine/include/SwapChainBase.h
@@ -26,13 +26,12 @@
/// \file
/// Implementation of the Diligent::SwapChainBase template class
-#include <array>
-
#include "RenderDevice.h"
#include "DeviceContext.h"
#include "SwapChain.h"
-#include "DeviceObjectBase.h"
+#include "ObjectBase.h"
#include "Errors.h"
+#include "RefCntAutoPtr.h"
namespace Diligent
{