summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/stream.cxx')
-rw-r--r--tools/source/stream/stream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 92745880ec0f..b688de1ec756 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -23,8 +23,8 @@
#include <string.h>
#include <stdio.h>
-#include <ctype.h> // isspace
-#include <stdlib.h> // strtol, _crotl
+#include <ctype.h>
+#include <stdlib.h>
#include "boost/static_assert.hpp"