summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/std_inputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/cmis/std_inputstream.hxx')
-rw-r--r--ucb/source/ucp/cmis/std_inputstream.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/ucp/cmis/std_inputstream.hxx b/ucb/source/ucp/cmis/std_inputstream.hxx
index 8d23de87f16a..37bb4fb57339 100644
--- a/ucb/source/ucp/cmis/std_inputstream.hxx
+++ b/ucb/source/ucp/cmis/std_inputstream.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_STD_INPUTSTREAM_HXX
-#define INCLUDED_UCB_SOURCE_UCP_CMIS_STD_INPUTSTREAM_HXX
+#pragma once
#include <boost/shared_ptr.hpp>
#include <istream>
@@ -81,6 +80,4 @@ namespace cmis
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */