Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / agent / net-snmp-agent-includes.h
1 /*
2  * A simple helpful wrapper to include lots of agent specific include
3  * * files for people wanting to embed and snmp agent into an external
4  * * application
5  */
6 #ifndef NET_SNMP_AGENT_INCLUDES_H
7 #define NET_SNMP_AGENT_INCLUDES_H
8
9 #include <net-snmp/agent/snmp_agent.h>
10 #include <net-snmp/agent/snmp_vars.h>
11 #include <net-snmp/agent/ds_agent.h>
12 #include <net-snmp/agent/agent_handler.h>
13 #include <net-snmp/agent/agent_read_config.h>
14 #include <net-snmp/agent/agent_trap.h>
15 #include <net-snmp/agent/agent_handler.h>
16 #include <net-snmp/agent/all_helpers.h>
17 #include <net-snmp/agent/var_struct.h>
18
19 #include <net-snmp/agent/mib_module_config.h>
20
21 #endif                          /* NET_SNMP_AGENT_INCLUDES_H */