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 1010// Forward declaration of API dependencies
1111class goto_modelt ;
1212class message_handlert ;
13- class optionst ;
1413
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
1622
1723// An object in the pattern of Session Facade - owning all of the memory
1824// the API is using and being responsible for the management of that.
You can’t perform that action at this time.
0 commit comments