File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
// Forward declaration of API dependencies
11
11
class goto_modelt ;
12
12
class message_handlert ;
13
- class optionst ;
14
13
15
- #include " options.h"
14
+ // There has been a design decision to allow users to include all of
15
+ // the API headers by just including `api.h`, so we want to have an
16
+ // include for all the API headers below. If we get any auxiliary
17
+ // development tools complaining about the includes, please use
18
+ // a pragma like below to silence the warning (at least as long
19
+ // as the design principle is to be followed.)
20
+
21
+ #include " options.h" // IWYU pragma: keep
16
22
17
23
// An object in the pattern of Session Facade - owning all of the memory
18
24
// the API is using and being responsible for the management of that.
You can’t perform that action at this time.
0 commit comments