diff --git a/sal/osl/unx/system.hxx b/sal/osl/unx/system.hxx index 02d8b06c3bf5..f70887c8c42f 100644 --- a/sal/osl/unx/system.hxx +++ b/sal/osl/unx/system.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SAL_OSL_UNX_SYSTEM_HXX -#define INCLUDED_SAL_OSL_UNX_SYSTEM_HXX +#pragma once #include #include @@ -387,6 +386,4 @@ struct tm *gmtime_r(const time_t *timep, struct tm *buffer); #endif /* !defined(FREEBSD) */ #endif -#endif // INCLUDED_SAL_OSL_UNX_SYSTEM_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */