diff options
Diffstat (limited to 'include/basic/codecompletecache.hxx')
-rw-r--r-- | include/basic/codecompletecache.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx index 2c6c0873fcb0..c21a40825ad0 100644 --- a/include/basic/codecompletecache.hxx +++ b/include/basic/codecompletecache.hxx @@ -16,9 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifndef INCLUDED_BASIC_CODECOMPLETECACHE_HXX -#define INCLUDED_BASIC_CODECOMPLETECACHE_HXX +#pragma once #include <config_options.h> #include <basic/basicdllapi.h> @@ -88,6 +86,4 @@ public: void Clear(); }; -#endif // INCLUDED_BASIC_CODECOMPLETECACHE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |