summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h
diff options
context:
space:
mode:
authorJean-Michaƫl Celerier <jean-michael.celerier@kdab.com>2019-12-27 09:43:12 +0100
committerPaul Lemire <paul.lemire@kdab.com>2020-01-15 07:03:04 +0100
commit2389d9a9cfb0a2eb479574d6394a41a7008b418b (patch)
tree8fa10798f7c4266c5e478d7ee640dc631e15f99f /src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h
parent5e9b597281aedeaa358f2d6a1586405ea59906f2 (diff)
Some renaming
Diffstat (limited to 'src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h')
-rw-r--r--src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h b/src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h
index 6f45d17fa..0583e3f11 100644
--- a/src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h
+++ b/src/plugins/renderers/rhi/graphicshelpers/graphicscontext_p.h
@@ -68,8 +68,8 @@
#include <Qt3DRender/private/qgraphicsapifilter_p.h>
#include <Qt3DRender/private/uniform_p.h>
#include <Qt3DRender/private/qblitframebuffer_p.h>
-#include <gl_handle_types_p.h>
-#include <glbuffer_p.h>
+#include <handle_types_p.h>
+#include <buffer_p.h>
#include <shaderparameterpack_p.h>
#include <graphicshelperinterface_p.h>
#include <qmath.h>