summaryrefslogtreecommitdiff
path: root/server/tests/test-stream-device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/test-stream-device.cpp')
-rw-r--r--server/tests/test-stream-device.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/server/tests/test-stream-device.cpp b/server/tests/test-stream-device.cpp
index 9f009f88..0892a3c9 100644
--- a/server/tests/test-stream-device.cpp
+++ b/server/tests/test-stream-device.cpp
@@ -20,10 +20,11 @@
*/
#include <config.h>
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdbool.h>
+
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
+
#include <unistd.h>
#include <spice/protocol.h>