Websockets: use unique header guards

This commit is contained in:
Robin Gareus 2020-02-23 16:13:22 +01:00
parent 5e3480ba8f
commit 8b092f8658
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
11 changed files with 22 additions and 22 deletions

View file

@ -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>