We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceed0e8 commit eda68f4Copy full SHA for eda68f4
src/libcprover-cpp/api.cpp
@@ -13,6 +13,8 @@
13
#include <ansi-c/ansi_c_language.h>
14
#include <langapi/mode.h>
15
16
+#include "options.h"
17
+
18
#include <memory>
19
#include <string>
20
#include <vector>
src/libcprover-cpp/api.h
@@ -10,10 +10,9 @@
10
// Forward declaration of API dependencies
11
class goto_modelt;
12
class message_handlert;
+class api_optionst;
class optionst;
-#include "options.h"
-
// An object in the pattern of Session Facade - owning all of the memory
// the API is using and being responsible for the management of that.
struct api_sessiont
0 commit comments