summaryrefslogtreecommitdiff
path: root/sal/rtl/cipher.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-09-12 15:32:43 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-09-19 08:35:12 +0200
commit2e71c439057c8d31b6af191ef38607600cb996f0 (patch)
treedc7afd8083a29c2b42cdf1d3a305340aa3dfa3b4 /sal/rtl/cipher.cxx
parentf2f32aaa839b25a2413928b7b92fff3d71034508 (diff)
tdf#146619 Remove unused includes from sal/ [cpp files]
Change-Id: I11a54c1ddf73c16ce46a0d1c375bf43157870db7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155856 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sal/rtl/cipher.cxx')
-rw-r--r--sal/rtl/cipher.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/rtl/cipher.cxx b/sal/rtl/cipher.cxx
index bb0884b7a3d6..a58c6eef7adc 100644
--- a/sal/rtl/cipher.cxx
+++ b/sal/rtl/cipher.cxx
@@ -19,14 +19,10 @@
#include <string.h>
-#include <o3tl/safeint.hxx>
#include <sal/types.h>
#include <rtl/alloc.h>
#include <rtl/cipher.h>
#include <algorithm>
-#include <cassert>
-#include <cstring>
-#include <limits>
#if defined LIBO_CIPHER_OPENSSL_BACKEND
#include <openssl/evp.h>