Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2022-07-20 00:51:04 +0300
committerJarryd Beck <jarro.2783@gmail.com>2022-07-20 00:51:04 +0300
commit6c8a41a229e133e6f9a0f5c9b490870afc1a31f1 (patch)
tree671a45eabae9ec433a8fdf174c2630276e69470e
parent292750d27a67e10baee5206350b5cc39b4f61148 (diff)
Remove unused header
-rw-r--r--include/cxxopts.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp
index a582170..d3bc5a5 100644
--- a/include/cxxopts.hpp
+++ b/include/cxxopts.hpp
@@ -31,7 +31,6 @@ THE SOFTWARE.
#include <cctype>
#include <cstring>
#include <exception>
-#include <iostream>
#include <limits>
#include <list>
#include <map>