summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index e9eb2312..57fb176b 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -41,9 +41,7 @@
*
* @brief Basic type for Python API.
*/
-
-#ifndef INCLUDED_PYINTERP_H
-#define INCLUDED_PYINTERP_H
+#pragma once
#include "session.h"
@@ -158,5 +156,3 @@ extern shared_ptr<python_interpreter_t> python_session;
} // namespace ledger
#endif // HAVE_BOOST_PYTHON
-
-#endif // INCLUDED_PYINTERP_H