Move #include inside header guard

This commit is contained in:
Luciano Iam 2021-06-13 16:30:40 +02:00
parent 95215ff405
commit 5a710ad798

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