Skip to content

Commit 6a872a2

Browse files
committed
Fix
1 parent bddcfc0 commit 6a872a2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

include/klee/Module/TaintAnnotation.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
#define KLEE_TAINT_ANNOTATION_H
33

44
#include "nlohmann/json.hpp"
5-
#include "nonstd/optional.hpp"
65

7-
#include "map"
8-
#include "set"
9-
#include "string"
10-
#include "vector"
6+
#include <optional>
7+
#include <set>
118

129
using json = nlohmann::json;
1310

0 commit comments

Comments
 (0)