mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fix header guards
This commit is contained in:
parent
904f2ce7d4
commit
631a4ee9fa
@ -1,7 +1,7 @@
|
|||||||
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
||||||
|
|
||||||
#ifndef REDISWRITER_H
|
#ifndef ICINGADB_H
|
||||||
#define REDISWRITER_H
|
#define ICINGADB_H
|
||||||
|
|
||||||
#include "icingadb/icingadb-ti.hpp"
|
#include "icingadb/icingadb-ti.hpp"
|
||||||
#include "icinga/customvarobject.hpp"
|
#include "icinga/customvarobject.hpp"
|
||||||
@ -138,4 +138,4 @@ private:
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* REDISWRITER_H */
|
#endif /* ICINGADB_H */
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "base/configobject.hpp"
|
#include "base/configobject.hpp"
|
||||||
|
|
||||||
library redis;
|
library icingadb;
|
||||||
|
|
||||||
namespace icinga
|
namespace icinga
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user