aboutsummaryrefslogtreecommitdiffstats
path: root/http-server/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'http-server/configuration.h')
-rw-r--r--http-server/configuration.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/http-server/configuration.h b/http-server/configuration.h
index 65d3170a..8939fb75 100644
--- a/http-server/configuration.h
+++ b/http-server/configuration.h
@@ -13,8 +13,7 @@
* limitations under the License.
*/
-#ifndef ICN_WEB_SERVER_CONFIGURATION_H_
-#define ICN_WEB_SERVER_CONFIGURATION_H_
+#pragma once
#include "common.h"
@@ -48,5 +47,3 @@ class Configuration {
};
} // end namespace icn_httpserver
-
-#endif // ICN_WEB_SERVER_CONFIGURATION_H_