summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/RequestHandlerF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/RequestHandlerF.h')
-rw-r--r--cpp/include/Ice/RequestHandlerF.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Ice/RequestHandlerF.h b/cpp/include/Ice/RequestHandlerF.h
index cc5df85be4a..d637da51f10 100644
--- a/cpp/include/Ice/RequestHandlerF.h
+++ b/cpp/include/Ice/RequestHandlerF.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_REQUEST_HANDLER_F_H
-#define ICE_REQUEST_HANDLER_F_H
+#pragma once
#include <IceUtil/Shared.h>
#include <Ice/Handle.h>
@@ -21,5 +20,3 @@ ICE_API IceUtil::Shared* upCast(RequestHandler*);
typedef IceInternal::Handle<RequestHandler> RequestHandlerPtr;
}
-
-#endif