mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Move #include inside header guard
This commit is contained in:
parent
95215ff405
commit
5a710ad798
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue