rename files to snake_case

This commit is contained in:
badaix 2019-10-13 18:43:32 +02:00
parent b4a1ddcd5c
commit 0b21a5daee
29 changed files with 44 additions and 44 deletions

View file

@ -1,6 +1,6 @@
/***
This file is part of snapcast
Copyright (C) 2014-2018 Johannes Pohl
Copyright (C) 2014-2019 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
@ -19,9 +19,9 @@
#include "stream_server.hpp"
#include "common/aixlog.hpp"
#include "config.h"
#include "message/hello.h"
#include "message/streamTags.h"
#include "message/time.h"
#include "message/hello.hpp"
#include "message/stream_tags.hpp"
#include "message/time.hpp"
#include <iostream>
using namespace std;