diff --git a/src/plugins/glsleditor/glslcompletionassist.h b/src/plugins/glsleditor/glslcompletionassist.h index 48c18e85dae..d8ca8ac3598 100644 --- a/src/plugins/glsleditor/glslcompletionassist.h +++ b/src/plugins/glsleditor/glslcompletionassist.h @@ -10,8 +10,6 @@ #include #include -#include - namespace GLSL { class Engine; class Function; @@ -27,7 +25,7 @@ namespace Internal { class Document { public: - using Ptr = QSharedPointer; + using Ptr = std::shared_ptr; ~Document();