aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/runlength.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/runlength.cc')
-rw-r--r--libtests/runlength.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtests/runlength.cc b/libtests/runlength.cc
index 456e33a2..260ce5cb 100644
--- a/libtests/runlength.cc
+++ b/libtests/runlength.cc
@@ -3,9 +3,9 @@
#include <qpdf/QUtil.hh>
#include <iostream>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
int
main(int argc, char* argv[])