summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/DispatchInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/DispatchInterceptor.h')
-rw-r--r--cpp/include/Ice/DispatchInterceptor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Ice/DispatchInterceptor.h b/cpp/include/Ice/DispatchInterceptor.h
index 1949e810983..0515161c9c5 100644
--- a/cpp/include/Ice/DispatchInterceptor.h
+++ b/cpp/include/Ice/DispatchInterceptor.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_DISPATCH_INTERCEPTOR_H
-#define ICE_DISPATCH_INTERCEPTOR_H
+#pragma once
#include <Ice/Object.h>
@@ -32,5 +31,3 @@ public:
typedef IceInternal::Handle<DispatchInterceptor> DispatchInterceptorPtr;
}
-
-#endif