Remove references to experimental filesystem
We're at CPP17 everywhere now, no need to keep the
experimental refrerence.
Change-Id: Ifd6af23c9bd8e40061b444436943c5192f9fc3e8
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/Utils.cpp b/src/Utils.cpp
index 079be79..88a8390 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -14,10 +14,9 @@
// limitations under the License.
*/
-#include "filesystem.hpp"
-
#include <Utils.hpp>
#include <boost/algorithm/string/predicate.hpp>
+#include <filesystem>
#include <fstream>
#include <regex>
#include <sdbusplus/asio/connection.hpp>