1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2 
3 #ifndef I2ICINGA_H
4 #define I2ICINGA_H
5 
6 /**
7  * @defgroup icinga Icinga library
8  *
9  * The Icinga library implements all Icinga-specific functionality that is
10  * common to all components (e.g. hosts, services, etc.).
11  */
12 
13 #include "base/i2-base.hpp"
14 
15 #endif /* I2ICINGA_H */
16