summaryrefslogtreecommitdiff
path: root/include/webassets.hpp
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-04-15 21:09:15 +0300
committerJames Feist <james.feist@linux.intel.com>2019-04-15 21:09:15 +0300
commit4418c7f0ddcc5d3518831729a380a0b67e5d4093 (patch)
treecd9136e804fd1c82daf7b74af495b83f05a22e5b /include/webassets.hpp
parent0e7de46f9b6365bad4e79a3933112750c5bf7853 (diff)
downloadbmcweb-4418c7f0ddcc5d3518831729a380a0b67e5d4093.tar.xz
Remove references to experimental filesystem
We're at CPP17 everywhere now, no need to keep the experimental refrerence. Tested: It builds Change-Id: I5f6571eb411bf055e9715f7d96d1be5a3cb2e119 Signed-off-by: James Feist <james.feist@linux.intel.com>
Diffstat (limited to 'include/webassets.hpp')
-rw-r--r--include/webassets.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/webassets.hpp b/include/webassets.hpp
index 9bd40dbf8f..daead984fc 100644
--- a/include/webassets.hpp
+++ b/include/webassets.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "filesystem.hpp"
-
#include <crow/app.h>
#include <crow/http_request.h>
#include <crow/http_response.h>
@@ -9,6 +7,7 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/container/flat_set.hpp>
+#include <filesystem>
#include <fstream>
#include <string>