From 8627dab89d894a096c93608fcf2bee08ee784b29 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 14 Sep 2023 12:25:03 +0200 Subject: [PATCH] Cplusplus: Remove an unneded #include Change-Id: Id9dbc15a60397daf651f80f48811fcc05de096d2 Reviewed-by: Christian Kandeler --- src/libs/cplusplus/CppDocument.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index 00bebf277d9..8834c7538a7 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -14,7 +14,6 @@ #include #include #include -#include #include #include