aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-07-31 13:33:39 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-07-31 13:33:39 +0200
commite3b51bcadc0bca4164c1fd1df12e52e4f69d2c26 (patch)
tree2480072ec0db1e18e87cf769409caf669fcff200 /device.cc
parent4b698519fc125ee03f47560402e2c35c495e0f7c (diff)
downloadlibnitrokey-184-storage-only.tar.gz
libnitrokey-184-storage-only.tar.bz2
Remove redundant iostream inclusions184-storage-only
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/device.cc b/device.cc
index 1204c1e..fc65feb 100644
--- a/device.cc
+++ b/device.cc
@@ -21,7 +21,6 @@
#include <chrono>
#include <codecvt>
-#include <iostream>
#include <locale>
#include <thread>
#include <cstddef>