mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +02:00
Change include guards
This commit is contained in:
parent
f5e75453ea
commit
e32eaa87af
11 changed files with 56 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2020 Johannes Pohl
|
||||
Copyright (C) 2014-2022 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
|
||||
|
@ -16,12 +16,15 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifndef PCM_CHUNK_H
|
||||
#define PCM_CHUNK_H
|
||||
#ifndef MESSAGE_PCM_CHUNK_HPP
|
||||
#define MESSAGE_PCM_CHUNK_HPP
|
||||
|
||||
// local headers
|
||||
#include "common/sample_format.hpp"
|
||||
#include "message.hpp"
|
||||
#include "wire_chunk.hpp"
|
||||
|
||||
// standard headers
|
||||
#include <chrono>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue