summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Service.h')
-rw-r--r--cpp/src/IceStorm/Service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/Service.h b/cpp/src/IceStorm/Service.h
index 9b9753e5db0..f514f1b0040 100644
--- a/cpp/src/IceStorm/Service.h
+++ b/cpp/src/IceStorm/Service.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICESTORM_SERVICE_H
-#define ICESTORM_SERVICE_H
+#pragma once
#include <IceBox/IceBox.h>
#include <IceStorm/IceStorm.h>
@@ -44,5 +43,3 @@ public:
};
};
-
-#endif