Create the VLAN Interface Object

Change-Id: I118fc4bbcad2a478a8aad976e0619537780c1227
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/vlan_interface.hpp b/vlan_interface.hpp
index 7f8d043..c308611 100644
--- a/vlan_interface.hpp
+++ b/vlan_interface.hpp
@@ -2,6 +2,7 @@
 
 #include "types.hpp"
 
+#include "ethernet_interface.hpp"
 #include "xyz/openbmc_project/Object/Delete/server.hpp"
 #include "xyz/openbmc_project/Network/VLAN/server.hpp"
 
@@ -9,7 +10,6 @@
 #include <sdbusplus/server/object.hpp>
 
 #include <string>
-#include "ethernet_interface.hpp"
 
 namespace phosphor
 {