summaryrefslogtreecommitdiff
path: root/vendor/bandit/bandit/run_policies/run_policies.h
blob: 88d8dbb59f84c1ccb5cb1c5496c82dec35064c51 (plain)
1
2
3
4
5
6
7
8
9
#ifndef BANDIT_RUN_POLICIES_H
#define BANDIT_RUN_POLICIES_H

#include "run_policy.h"
#include "always_run_policy.h"
#include "never_run_policy.h"
#include "bandit_run_policy.h"

#endif