summaryrefslogtreecommitdiff
path: root/sc/inc/fstalgorithm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/fstalgorithm.hxx')
-rw-r--r--sc/inc/fstalgorithm.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/fstalgorithm.hxx b/sc/inc/fstalgorithm.hxx
index 2a6ec14ddf2a..f3f189184360 100644
--- a/sc/inc/fstalgorithm.hxx
+++ b/sc/inc/fstalgorithm.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SC_INC_FSTALGORITHM_HXX
-#define INCLUDED_SC_INC_FSTALGORITHM_HXX
+#pragma once
#include <mdds/flat_segment_tree.hpp>
#include <vector>
@@ -129,6 +128,4 @@ std::vector<Span> toSpanArray( const mdds::flat_segment_tree<Key,bool>& rTree, K
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */