diff options
-rw-r--r-- | vcl/inc/dbggui.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/dbggui.hxx b/vcl/inc/dbggui.hxx index 476e1fa2e470..b3d93c5e1627 100644 --- a/vcl/inc/dbggui.hxx +++ b/vcl/inc/dbggui.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_DBGGUI_HXX -#define INCLUDED_VCL_INC_DBGGUI_HXX +#pragma once #ifndef NDEBUG @@ -27,6 +26,4 @@ void DbgGUIDeInitSolarMutexCheck(); #endif -#endif // INCLUDED_VCL_INC_DBGGUI_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |