diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 11:12:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 11:36:18 +0900 |
commit | 1fb5101d491c1c4b3483540489dd109a59bfce2d (patch) | |
tree | 7c0cfeb464b6d94e01146077593f54757e2a845e /kmail/bodypartformatter.cpp | |
parent | f8f28b44bd388289f806a2cc7a56adf3d297f65d (diff) | |
download | tdepim-1fb5101d491c1c4b3483540489dd109a59bfce2d.tar.gz tdepim-1fb5101d491c1c4b3483540489dd109a59bfce2d.zip |
Remove unused code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail/bodypartformatter.cpp')
-rw-r--r-- | kmail/bodypartformatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/bodypartformatter.cpp b/kmail/bodypartformatter.cpp index 8435ef25e..753608833 100644 --- a/kmail/bodypartformatter.cpp +++ b/kmail/bodypartformatter.cpp @@ -46,7 +46,7 @@ #include <mimelib/utility.h> #include <kdebug.h> -#include <kasciistricmp.h> +#include <tdeglobal.h> namespace { class AnyTypeBodyPartFormatter |