From a3e0dada30eca94e550b742248fdcf3b3291fa19 Mon Sep 17 00:00:00 2001 From: Tobias Predel Date: Sun, 2 Mar 2025 17:03:18 +0100 Subject: [PATCH] Remove unused includes (#3798) --- src/commands/CmdImportV2.h | 1 - src/commands/CmdSync.cpp | 3 --- src/commands/CmdTags.cpp | 1 - src/commands/CmdVersion.cpp | 1 - src/commands/Command.h | 1 - 5 files changed, 7 deletions(-) diff --git a/src/commands/CmdImportV2.h b/src/commands/CmdImportV2.h index 049d66d0e..5cfddd63d 100644 --- a/src/commands/CmdImportV2.h +++ b/src/commands/CmdImportV2.h @@ -31,7 +31,6 @@ #include #include -#include class CmdImportV2 : public Command { public: diff --git a/src/commands/CmdSync.cpp b/src/commands/CmdSync.cpp index 427cca5dd..c0fa93c36 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -32,13 +32,10 @@ #include #include #include -#include #include -#include #include #include -#include #include //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index 4c79832ad..ee4b6b018 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -32,7 +32,6 @@ #include #include #include -#include #include #include diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index e4dd57e10..21bce985a 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -31,7 +31,6 @@ #include #include #include -#include #include #ifdef HAVE_COMMIT diff --git a/src/commands/Command.h b/src/commands/Command.h index 02ff51ce6..6292160be 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -31,7 +31,6 @@ #include #include -#include class Command { public: