diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-08-28 16:24:00 -0400 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-08-28 16:24:00 -0400 |
| commit | 68c43b21ce487b573ef9bd4b7c6d0394a9b69b81 (patch) | |
| tree | 8a928ea713ace2f08ab4be819d4f00d8b0cb58cd /sysfs.cpp | |
| parent | f9c83c488d9ce45ef57e809fb17bc56763c515af (diff) | |
| download | phosphor-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.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |

