diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:20:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:45:03 +0900 |
commit | 31fba698170ee57cbea4a64102218c75f277ddf4 (patch) | |
tree | 35813b62602cd47093fe6e3654d9f98d51335218 | |
parent | b3be8315708e621fd3246fa610273e1af07deb2f (diff) | |
download | knutclient-31fba698170ee57cbea4a64102218c75f277ddf4.tar.gz knutclient-31fba698170ee57cbea4a64102218c75f277ddf4.zip |
Removed unused include file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/knutclient.cpp | 1 | ||||
-rw-r--r-- | src/knutmainwindow.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/knutclient.cpp b/src/knutclient.cpp index d6280ba..1b059dc 100644 --- a/src/knutclient.cpp +++ b/src/knutclient.cpp @@ -27,7 +27,6 @@ #include <tqmutex.h> #include <tdeconfig.h> -#include <ksimpleconfig.h> #include <twin.h> diff --git a/src/knutmainwindow.cpp b/src/knutmainwindow.cpp index e07ab16..3cd00f8 100644 --- a/src/knutmainwindow.cpp +++ b/src/knutmainwindow.cpp @@ -22,7 +22,6 @@ #include <tdemessagebox.h> #include <kstdaction.h> #include <tdeconfig.h> -#include <ksimpleconfig.h> #include <kstatusbar.h> #include <kkeydialog.h> #include <kprogress.h> |