File tree 4 files changed +3
-3
lines changed
regression/libcprover-cpp
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#include < util/exception_utils.h>
5
5
6
6
#include < libcprover-cpp/api.h>
7
- #include < libcprover-cpp/options .h>
7
+ #include < libcprover-cpp/api_options .h>
8
8
9
9
#include " goto_model.h"
10
10
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ struct api_session_implementationt;
17
17
// a pragma like below to silence the warning (at least as long
18
18
// as the design principle is to be followed.)
19
19
20
- #include " options .h" // IWYU pragma: keep
20
+ #include " api_options .h" // IWYU pragma: keep
21
21
22
22
// / Opaque message type. Properties of messages to be fetched through further
23
23
// / api calls.
Original file line number Diff line number Diff line change 1
1
// Author: Fotis Koutoulakis for Diffblue Ltd.
2
2
3
- #include " options .h"
3
+ #include " api_options .h"
4
4
5
5
#include < util/cmdline.h>
6
6
#include < util/make_unique.h>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments