mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-18 11:36:14 +02:00
rename files to snake_case
This commit is contained in:
parent
ea3921d8b7
commit
a30f548a31
87 changed files with 181 additions and 212 deletions
|
@ -19,20 +19,20 @@
|
|||
#include <iostream>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "browseZeroConf/browsemDNS.h"
|
||||
#include "browseZeroConf/browse_mdns.hpp"
|
||||
#include "common/popl.hpp"
|
||||
#include "controller.hpp"
|
||||
|
||||
#ifdef HAS_ALSA
|
||||
#include "player/alsaPlayer.h"
|
||||
#include "player/alsa_player.hpp"
|
||||
#endif
|
||||
#ifdef HAS_DAEMON
|
||||
#include "common/daemon.h"
|
||||
#include "common/daemon.hpp"
|
||||
#endif
|
||||
#include "common/aixlog.hpp"
|
||||
#include "common/signalHandler.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "common/utils.h"
|
||||
#include "common/signal_handler.hpp"
|
||||
#include "common/str_compat.hpp"
|
||||
#include "common/utils.hpp"
|
||||
#include "metadata.hpp"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue