From d45e44a2d6148f0c1837ef746bb43fec966279b8 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Mon, 18 Sep 2017 20:39:56 +0200 Subject: [PATCH] Locator: Remove duplicated using namespace from opendocumentsfilter Change-Id: I47e3dc36a63d6f054d6e806ddb3cb84254d24034 Reviewed-by: Orgad Shaneh --- src/plugins/coreplugin/locator/opendocumentsfilter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/locator/opendocumentsfilter.cpp b/src/plugins/coreplugin/locator/opendocumentsfilter.cpp index 16b14ba9767..8975aeb6e0b 100644 --- a/src/plugins/coreplugin/locator/opendocumentsfilter.cpp +++ b/src/plugins/coreplugin/locator/opendocumentsfilter.cpp @@ -34,7 +34,6 @@ #include #include -using namespace Core; using namespace Core; using namespace Core::Internal; using namespace Utils;