summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/inc/poly.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 3de1374efd94..64885ac29762 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -16,8 +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_TOOLS_INC_POLY_H
-#define INCLUDED_TOOLS_INC_POLY_H
+#pragma once
#include <sal/types.h>
#include <memory>
@@ -81,6 +80,4 @@ struct ImplPolyPolygon
}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */