mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 13:06:15 +02:00
Fix includes
This commit is contained in:
parent
d926f6307c
commit
c01ba2bdde
20 changed files with 64 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2022 Johannes Pohl
|
||||
Copyright (C) 2014-2023 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -21,13 +21,13 @@
|
|||
#ifdef HAS_DAEMON
|
||||
#include "common/daemon.hpp"
|
||||
#endif
|
||||
#include "common/message/message.hpp"
|
||||
#include "common/sample_format.hpp"
|
||||
#include "common/snap_exception.hpp"
|
||||
#include "common/time_defs.hpp"
|
||||
#include "common/utils/string_utils.hpp"
|
||||
#include "common/version.hpp"
|
||||
#include "encoder/encoder_factory.hpp"
|
||||
#include "message/message.hpp"
|
||||
#include "server.hpp"
|
||||
#include "server_settings.hpp"
|
||||
#if defined(HAS_AVAHI) || defined(HAS_BONJOUR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue