Move #include inside header guard

This commit is contained in:
Luciano Iam
2021-06-13 16:30:40 +02:00
committed by Robin Gareus
parent 86e00471d9
commit 12a7480ea3

View File

@@ -16,11 +16,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <string>
#ifndef _ardour_surface_websockets_typed_value_h_
#define _ardour_surface_websockets_typed_value_h_
#include <string>
namespace ArdourSurface {
class TypedValue