summaryrefslogtreecommitdiff
path: root/src/sexpr/bind.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/bind.hpp')
-rw-r--r--src/sexpr/bind.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/sexpr/bind.hpp b/src/sexpr/bind.hpp
index 7250f9d..79d7cae 100644
--- a/src/sexpr/bind.hpp
+++ b/src/sexpr/bind.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_SEXPR_BIND_HPP
-#define TMWA_SEXPR_BIND_HPP
+#pragma once
// bind.hpp - Like std::bind, but with arbitrary arguments.
//
// Copyright © 2012 Ben Longbons <b.r.longbons@gmail.com>
@@ -19,9 +18,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include <utility>
+#include <utility>
-# include "fwd.hpp"
+#include "fwd.hpp"
namespace tmwa
@@ -47,5 +46,3 @@ namespace sexpr
}
} // namespace sexpr
} // namespace tmwa
-
-#endif //TMWA_SEXPR_VARIANT_HPP