Fix header guards

This commit is contained in:
Michael Friedrich 2019-11-02 17:24:34 +01:00
parent 904f2ce7d4
commit 631a4ee9fa
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -2,7 +2,7 @@
#include "base/configobject.hpp" #include "base/configobject.hpp"
library redis; library icingadb;
namespace icinga namespace icinga
{ {