diff options
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index c19adfc2..65291a0c 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -29,8 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef INCLUDED_PYINTERP_H -#define INCLUDED_PYINTERP_H +#pragma once #include "session.h" @@ -145,5 +144,3 @@ extern shared_ptr<python_interpreter_t> python_session; } // namespace ledger #endif // HAVE_BOOST_PYTHON - -#endif // INCLUDED_PYINTERP_H |