mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-20 12:36:17 +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,9 +16,9 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include "stream.h"
|
||||
#include "stream.hpp"
|
||||
#include "common/aixlog.hpp"
|
||||
#include "timeProvider.h"
|
||||
#include "time_provider.hpp"
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue