summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/eq.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/eq.hxx')
-rw-r--r--cppu/source/uno/eq.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/eq.hxx b/cppu/source/uno/eq.hxx
index 59401ad34b3c..6287cdcc3506 100644
--- a/cppu/source/uno/eq.hxx
+++ b/cppu/source/uno/eq.hxx
@@ -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_CPPU_SOURCE_UNO_EQ_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_EQ_HXX
+#pragma once
#include <cmath>
#include <string.h>
@@ -591,6 +590,4 @@ inline bool _equalData(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */