1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2 
3 #ifndef I2REMOTE_H
4 #define I2REMOTE_H
5 
6 /**
7  * @defgroup remote Remote library
8  *
9  * The Icinga library implements remote cluster functionality.
10  */
11 
12 #include "base/i2-base.hpp"
13 
14 #endif /* I2REMOTE_H */
15