summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-10-23 13:33:17 -0700
committerJames Feist <james.feist@linux.intel.com>2019-12-18 18:27:08 +0000
commitaede01cdec31ae90de1af81e26def4e9419b80e3 (patch)
treeeeea800461f769c59a567386465e38573745e9a4
parenta6e2f1c4cba5f3b19d7c039f52d6598b129b5b10 (diff)
downloadbmcweb-aede01cdec31ae90de1af81e26def4e9419b80e3.tar.gz
bmcweb-aede01cdec31ae90de1af81e26def4e9419b80e3.zip
Remove #include of self
Through one of the refactors, webserver_common.hpp picked up an include to itself, presumably when code was moved. This doesn't cause any ill effects, but is cruft that can be cleaned up. Tested: Code compiles. No functional change to verify. Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: Ie901baa3cfd88decdbecbad01c6b577d92d2441b
-rw-r--r--include/webserver_common.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/webserver_common.hpp b/include/webserver_common.hpp
index 684387d..079b17a 100644
--- a/include/webserver_common.hpp
+++ b/include/webserver_common.hpp
@@ -17,7 +17,6 @@
#include "security_headers_middleware.hpp"
#include "token_authorization_middleware.hpp"
-#include "webserver_common.hpp"
using CrowApp = crow::App<crow::SecurityHeadersMiddleware,
crow::persistent_data::Middleware,
OpenPOWER on IntegriCloud