mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Websockets: use unique header guards
This commit is contained in:
parent
5e3480ba8f
commit
8b092f8658
11 changed files with 22 additions and 22 deletions
|
|
@ -16,8 +16,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef client_context_h
|
||||
#define client_context_h
|
||||
#ifndef _ardour_surface_websockets_client_h_
|
||||
#define _ardour_surface_websockets_client_h_
|
||||
|
||||
#include <boost/unordered_set.hpp>
|
||||
#include <list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue