From 84e176edab36ea76dc46cfb3a35beb2ff1ee31b1 Mon Sep 17 00:00:00 2001 From: Nikita Baryshnikov Date: Mon, 16 Jun 2014 21:34:13 +0400 Subject: CleanUp usage of QtAlgorithms Change-Id: I61be20554014f90c2e1313167a3e3c869e26c35e Reviewed-by: Orgad Shaneh Reviewed-by: hjk --- src/plugins/vcsbase/diffhighlighter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/vcsbase/diffhighlighter.cpp') diff --git a/src/plugins/vcsbase/diffhighlighter.cpp b/src/plugins/vcsbase/diffhighlighter.cpp index f0a628d0fb..780308de5c 100644 --- a/src/plugins/vcsbase/diffhighlighter.cpp +++ b/src/plugins/vcsbase/diffhighlighter.cpp @@ -34,7 +34,6 @@ #include #include -#include #include /*! @@ -82,7 +81,7 @@ enum FoldingState { Location }; -}; // namespace Internal; +} // namespace Internal; static inline QTextCharFormat invertedColorFormat(const QTextCharFormat &in) { -- cgit v1.2.1