diff options
Diffstat (limited to 'src/core/function/CharsetOperator.h')
-rw-r--r-- | src/core/function/CharsetOperator.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/function/CharsetOperator.h b/src/core/function/CharsetOperator.h index a4f64e40..42d6ed4e 100644 --- a/src/core/function/CharsetOperator.h +++ b/src/core/function/CharsetOperator.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_CHARSETDETECTOR_H -#define GPGFRONTEND_CHARSETDETECTOR_H +#pragma once #include "core/GpgFrontendCore.h" @@ -43,5 +42,3 @@ class GPGFRONTEND_CORE_EXPORT CharsetOperator { std::string from_charset_name); }; } // namespace GpgFrontend - -#endif // GPGFRONTEND_CHARSETDETECTOR_H |