move aixlog and popl to common

This commit is contained in:
badaix 2019-10-09 22:11:43 +02:00
parent ba977ac123
commit 7cb595db28
43 changed files with 3157 additions and 59 deletions

View file

@ -20,7 +20,7 @@
#include <memory>
#include <sys/resource.h>
#include "popl.hpp"
#include "common/popl.hpp"
#ifdef HAS_DAEMON
#include "common/daemon.h"
#endif
@ -36,7 +36,7 @@
#if defined(HAS_AVAHI) || defined(HAS_BONJOUR)
#include "publishZeroConf/publishmDNS.h"
#endif
#include "aixlog.hpp"
#include "common/aixlog.hpp"
#include "config.h"