summaryrefslogtreecommitdiffstats
path: root/ethernet_interface.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-07-09 12:30:59 -0700
committerPatrick Venture <venture@google.com>2018-08-27 17:52:43 +0000
commit189d44eddd93d1a2eb9e69d479b2f66b7d41f59c (patch)
treebb0940203bc418d8071cc978d035678c2138dcbe /ethernet_interface.hpp
parentad21fc2a868122aee973ed5d4f1c652ec2749533 (diff)
downloadphosphor-networkd-189d44eddd93d1a2eb9e69d479b2f66b7d41f59c.tar.gz
phosphor-networkd-189d44eddd93d1a2eb9e69d479b2f66b7d41f59c.zip
reorder headers
Reordering all the headers to the following structure: header file: local c cpp (including openbmc libraries) source file: source.hpp (if applicable) local c cpp Change-Id: Ia74a5c761a3029819366159de3cfd40c5e4c4a2c Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'ethernet_interface.hpp')
-rw-r--r--ethernet_interface.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/ethernet_interface.hpp b/ethernet_interface.hpp
index caa042e..7865ab3 100644
--- a/ethernet_interface.hpp
+++ b/ethernet_interface.hpp
@@ -2,16 +2,15 @@
#include "types.hpp"
#include "util.hpp"
-
-#include "xyz/openbmc_project/Network/EthernetInterface/server.hpp"
-#include "xyz/openbmc_project/Network/MACAddress/server.hpp"
#include "xyz/openbmc_project/Network/IP/Create/server.hpp"
-#include "xyz/openbmc_project/Collection/DeleteAll/server.hpp"
+#include <experimental/filesystem>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/server/object.hpp>
#include <string>
-#include <experimental/filesystem>
+#include <xyz/openbmc_project/Collection/DeleteAll/server.hpp>
+#include <xyz/openbmc_project/Network/EthernetInterface/server.hpp>
+#include <xyz/openbmc_project/Network/MACAddress/server.hpp>
namespace phosphor
{
OpenPOWER on IntegriCloud