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 22:10:47 +0900 |
commit | 94890b77a597743cd963422144f81df6d751a9c3 (patch) | |
tree | 40c3505e8782553f4b334ccffeb9072343613405 /kmail/bodypartformatter.cpp | |
parent | 928ea3c2d80479d498e5ecc78dc98eed23f2da25 (diff) | |
download | tdepim-94890b77a597743cd963422144f81df6d751a9c3.tar.gz tdepim-94890b77a597743cd963422144f81df6d751a9c3.zip |
Remove unused code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1fb5101d491c1c4b3483540489dd109a59bfce2d)
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 |