10000 remove redundant include stdexcept · Dadie/docopt.cpp@11912fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 11912fc

Browse files
elindseyjaredgrubb
authored andcommitted
remove redundant include stdexcept
docopt_value.h includes stdexcept twice
1 parent 1ae5cd6 commit 11912fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docopt_value.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef docopt__value_h_
1010
#define docopt__value_h_
1111

12-
#include <stdexcept>
1312
#include <string>
1413
#include <vector>
1514
#include <functional> // std::hash

0 commit comments

Comments
 (0)
0