summaryrefslogtreecommitdiffstats
path: root/sysfs.cpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-08-28 16:24:00 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-08-28 16:24:00 -0400
commit68c43b21ce487b573ef9bd4b7c6d0394a9b69b81 (patch)
tree8a928ea713ace2f08ab4be819d4f00d8b0cb58cd /sysfs.cpp
parentf9c83c488d9ce45ef57e809fb17bc56763c515af (diff)
downloadphosphor-hwmon-68c43b21ce487b573ef9bd4b7c6d0394a9b69b81.tar.gz
phosphor-hwmon-68c43b21ce487b573ef9bd4b7c6d0394a9b69b81.zip
sysfs: Removed unused headers
Also put fstream in the right place. Change-Id: I3c199c49f6c4068f0483b923f51dc4750aa42596 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'sysfs.cpp')
-rw-r--r--sysfs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysfs.cpp b/sysfs.cpp
index efdba92..ca22fe8 100644
--- a/sysfs.cpp
+++ b/sysfs.cpp
@@ -15,14 +15,13 @@
*/
#include <cstdlib>
#include <experimental/filesystem>
+#include <fstream>
#include <memory>
#include <phosphor-logging/elog.hpp>
#include <phosphor-logging/elog-errors.hpp>
#include <xyz/openbmc_project/Control/Device/error.hpp>
#include <xyz/openbmc_project/Sensor/Device/error.hpp>
#include "sysfs.hpp"
-#include "util.hpp"
-#include <fstream>
using namespace phosphor::logging;
namespace fs = std::experimental::filesystem;
OpenPOWER on IntegriCloud