mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 17:06:18 +02:00
move aixlog and popl to common
This commit is contained in:
parent
ba977ac123
commit
7cb595db28
43 changed files with 3157 additions and 59 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue