aboutsummaryrefslogtreecommitdiffstats
path: root/http-server/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'http-server/content.h')
-rw-r--r--http-server/content.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/http-server/content.h b/http-server/content.h
index a81ad643..4e2fe74f 100644
--- a/http-server/content.h
+++ b/http-server/content.h
@@ -15,8 +15,7 @@
#include "common.h"
-#ifndef ICN_WEB_SERVER_CONTENT_H_
-#define ICN_WEB_SERVER_CONTENT_H_
+#pragma once
namespace icn_httpserver {
@@ -34,5 +33,3 @@ class Content
};
} // end namespace icn_httpserver
-
-#endif // ICN_WEB_SERVER_CONTENT_H_