diff --git a/shell/source/backends/kf5be/kf5access.hxx b/shell/source/backends/kf5be/kf5access.hxx index 765d9c706d4e..bb4817c38cf5 100644 --- a/shell/source/backends/kf5be/kf5access.hxx +++ b/shell/source/backends/kf5be/kf5access.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KF5BE_KF5ACCESS_HXX -#define INCLUDED_SHELL_SOURCE_BACKENDS_KF5BE_KF5ACCESS_HXX +#pragma once #include @@ -36,6 +35,4 @@ namespace kf5access css::beans::Optional getValue(std::u16string_view id); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */