From c6ec2531f5739cbb1de80263bf7e3194fccc7a71 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 8 Jun 2023 08:10:35 +0300 Subject: [PATCH] keditbookmarks: remove unused header inclusions Signed-off-by: Ivailo Monev --- keditbookmarks/actionsimpl.cpp | 2 -- keditbookmarks/importers.cpp | 1 - keditbookmarks/main.cpp | 1 - 3 files changed, 4 deletions(-) diff --git a/keditbookmarks/actionsimpl.cpp b/keditbookmarks/actionsimpl.cpp index a90caa4c..3620b06d 100644 --- a/keditbookmarks/actionsimpl.cpp +++ b/keditbookmarks/actionsimpl.cpp @@ -50,8 +50,6 @@ #include #include #include -#include -#include #include diff --git a/keditbookmarks/importers.cpp b/keditbookmarks/importers.cpp index 5e1946fd..4ca59be0 100644 --- a/keditbookmarks/importers.cpp +++ b/keditbookmarks/importers.cpp @@ -35,7 +35,6 @@ #include #include #include -#include ImportCommand::ImportCommand(KBookmarkModel* model) diff --git a/keditbookmarks/main.cpp b/keditbookmarks/main.cpp index 1f5edad5..eb1f26bd 100644 --- a/keditbookmarks/main.cpp +++ b/keditbookmarks/main.cpp @@ -39,7 +39,6 @@ #include #include -#include #include // TODO - make this register() or something like that and move dialog into main