diff options
Diffstat (limited to 'include/test/bootstrapfixture.hxx')
-rw-r--r-- | include/test/bootstrapfixture.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx index 986ff1a7578f..e93a6a583b43 100644 --- a/include/test/bootstrapfixture.hxx +++ b/include/test/bootstrapfixture.hxx @@ -6,8 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_TEST_BOOTSTRAPFIXTURE_HXX -#define INCLUDED_TEST_BOOTSTRAPFIXTURE_HXX +#pragma once #include <sal/config.h> @@ -59,6 +58,4 @@ public: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |