summaryrefslogtreecommitdiff
path: root/src/stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cc')
-rw-r--r--src/stream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream.cc b/src/stream.cc
index 0e1b5c43..e6e989f2 100644
--- a/src/stream.cc
+++ b/src/stream.cc
@@ -16,8 +16,8 @@
#include "stream.h"
-#include <assert.h>
-#include <ctype.h>
+#include <cassert>
+#include <cctype>
#define DUMP_OCTETS_PER_LINE 16
#define DUMP_OCTETS_PER_GROUP 2