Skip to content

Commit f96a97f

Browse files
committed
fixup C++ headers
1 parent 3c9fe90 commit f96a97f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

include/mir/interpolate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12

23
namespace mir {
34
namespace interpolate

include/mir/ndslice.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef MIR_NDSLICE
2+
3+
#define MIR_NDSLICE
4+
15
/**
26
************ Mir-Algorithm ************
37
@@ -8,11 +12,6 @@ License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0)
812
Copyright: 2020 Ilya Yaroshenko, Kaleidic Associates Advisory Limited, Symmetry Investments
913
Authors: Ilya Yaroshenko
1014
*/
11-
12-
#ifndef MIR_NDSLICE
13-
14-
#define MIR_NDSLICE
15-
1615
#include <cstddef>
1716
#include <cstdint>
1817
#include <stdexcept>

include/mir/small_string.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12
// Self contained generic small string implementaton.
23
#include <cstring>
34
#include <cstddef>

0 commit comments

Comments
 (0)