summaryrefslogtreecommitdiffstats
path: root/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net.cpp')
-rw-r--r--net.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/net.cpp b/net.cpp
index 17be41e..9de190f 100644
--- a/net.cpp
+++ b/net.cpp
@@ -1,8 +1,8 @@
+#include "utils.hpp"
+
#include <map>
#include <string>
-#include "utils.hpp"
-
// Not sure if this should live in utils. Because it's really a per-system
// configuration, instead of just hard-coding channel 1 to be eth0, one could
// conceivably configure it however they pleased.
@@ -31,4 +31,3 @@ std::string ChanneltoEthernet(int channel)
} // namespace network
} // namespace ipmi
-
OpenPOWER on IntegriCloud