From b9fdaf8a942ea2f79e48e3f735ba8916f3364e70 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sun, 6 May 2018 19:07:34 +0200 Subject: Use clang-tidy to check more code conventions (#4214) * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164 --- src/Root.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Root.cpp') diff --git a/src/Root.cpp b/src/Root.cpp index 8372e8699..b35d7229b 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -36,7 +36,6 @@ #include "LoggerListeners.h" #include "BuildInfo.h" #include "IniFile.h" -#include "SettingsRepositoryInterface.h" #include "OverridesSettingsRepository.h" #include "Logger.h" #include "ClientHandle.h" -- cgit v1.2.3