Move #include inside header guard
This commit is contained in:
committed by
Robin Gareus
parent
86e00471d9
commit
12a7480ea3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user