mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
rename some files to snake_case
This commit is contained in:
parent
484cd5e672
commit
ea3921d8b7
14 changed files with 19 additions and 19 deletions
|
@ -16,7 +16,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include "controller.h"
|
||||
#include "controller.hpp"
|
||||
#include "decoder/pcmDecoder.h"
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
@ -31,7 +31,7 @@
|
|||
#include "common/snapException.h"
|
||||
#include "message/hello.h"
|
||||
#include "message/time.h"
|
||||
#include "timeProvider.h"
|
||||
#include "time_provider.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue