diff options
Diffstat (limited to 'libbutl/manifest-forward.hxx')
-rw-r--r-- | libbutl/manifest-forward.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx index c5aa356..e221fdf 100644 --- a/libbutl/manifest-forward.hxx +++ b/libbutl/manifest-forward.hxx @@ -2,8 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#ifndef LIBBUTL_MANIFEST_FORWARD_HXX -#define LIBBUTL_MANIFEST_FORWARD_HXX +#pragma once namespace butl { @@ -21,5 +20,3 @@ namespace butl fail }; } - -#endif // LIBBUTL_MANIFEST_FORWARD_HXX |