| 1 | #ifndef BANDIT_RUN_POLICIES_H |
|---|---|
| 2 | #define BANDIT_RUN_POLICIES_H |
| 3 | |
| 4 | #include "always_run_policy.h" |
| 5 | #include "never_run_policy.h" |
| 6 | #include "bandit_run_policy.h" |
| 7 | |
| 8 | #endif |
| 9 |
| 1 | #ifndef BANDIT_RUN_POLICIES_H |
|---|---|
| 2 | #define BANDIT_RUN_POLICIES_H |
| 3 | |
| 4 | #include "always_run_policy.h" |
| 5 | #include "never_run_policy.h" |
| 6 | #include "bandit_run_policy.h" |
| 7 | |
| 8 | #endif |
| 9 |