summaryrefslogtreecommitdiff
path: root/vcl/inc/ResampleKernel.hxx
diff options
context:
space:
mode:
authorSteven Casey (SMCode) <steve@caseycontact.com>2024-02-12 19:08:09 -0800
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2024-02-13 14:04:55 +0100
commit6e0b4b9b9f5aeadf0deb4879b706fec50eb6135f (patch)
treea3d0f1a0ffd2e0a4cd24241794baa5d203a657cb /vcl/inc/ResampleKernel.hxx
parenta3df4852b8cc1a1445fdc1fe0057b94a5405376d (diff)
tdf#143148 Use pragma instead of include guards
Change-Id: I0541d79dc8ddb79d433109d18aa658ff31dc7e0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163268 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'vcl/inc/ResampleKernel.hxx')
-rw-r--r--vcl/inc/ResampleKernel.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/ResampleKernel.hxx b/vcl/inc/ResampleKernel.hxx
index ca54213f5449..c891edbaa168 100644
--- a/vcl/inc/ResampleKernel.hxx
+++ b/vcl/inc/ResampleKernel.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_RESAMPLEKERNEL_HXX
-#define INCLUDED_VCL_RESAMPLEKERNEL_HXX
+#pragma once
#include <boost/math/special_functions/sinc.hpp>
@@ -111,6 +110,4 @@ private:
} // namespace vcl
-#endif // INCLUDED_VCL_RESAMPLEKERNEL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */