summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 3802d3a75e0..a3deceff4c2 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_THREAD_POOL_H
-#define ICE_THREAD_POOL_H
+#pragma once
#include <IceUtil/Shared.h>
#include <IceUtil/Mutex.h>
@@ -356,6 +355,3 @@ private:
#endif
};
-
-
-#endif