summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/bitset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/bitset.cxx')
-rw-r--r--sfx2/source/bastyp/bitset.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index f1798f515d81..d1d195d432b3 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -21,8 +21,8 @@
#include "bitset.hxx"
-#include <string.h> // memset(), memcpy()
-#include <limits.h> // USHRT_MAX
+#include <string.h>
+#include <limits.h>
#include <algorithm>
//====================================================================