summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp')
-rw-r--r--src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp b/src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp
index 761478969..3358f47f3 100644
--- a/src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp
+++ b/src/plugins/renderers/rhi/graphicshelpers/graphicscontext.cpp
@@ -57,13 +57,13 @@
#include <Qt3DRender/private/qbuffer_p.h>
#include <Qt3DRender/private/renderstateset_p.h>
#include <QOpenGLShaderProgram>
-#include <glresourcemanagers_p.h>
+#include <resourcemanagers_p.h>
#include <graphicshelperinterface_p.h>
#include <texture_p.h>
#include <rendercommand_p.h>
#include <renderer_p.h>
#include <renderbuffer_p.h>
-#include <glshader_p.h>
+#include <shader_p.h>
#if !defined(QT_OPENGL_ES_2)
#include <QOpenGLFunctions_2_0>