aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppparsecontext.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-09-02 13:31:08 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-09-07 08:49:42 +0000
commitc8bc0eb51245c941fa5866087acd7e97d171a90a (patch)
tree21c8ecf3a570439ecb695e55326d50fdaa693711 /src/plugins/cppeditor/cppparsecontext.h
parent0b86b455b0e862f3a6396380357b4f524afd6df3 (diff)
CppEditor: Merge two smaller headers into cpptoolsreuse.h
Change-Id: If83190725a003a49bcd915225f049ccaf186f985 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppparsecontext.h')
-rw-r--r--src/plugins/cppeditor/cppparsecontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppparsecontext.h b/src/plugins/cppeditor/cppparsecontext.h
index 9ef1fc2bc3..b38ca6c8cb 100644
--- a/src/plugins/cppeditor/cppparsecontext.h
+++ b/src/plugins/cppeditor/cppparsecontext.h
@@ -25,7 +25,7 @@
#pragma once
-#include "cppeditor_utils.h"
+#include "cpptoolsreuse.h"
#include <QAbstractListModel>
#include <QComboBox>