control: dbus: Remove unnecessary vpnor header dependency

Change-Id: I334bdf6086ec376c1d83c48756dc8c56fe521a4b
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/control_dbus.c b/control_dbus.c
index e22d736..322c743 100644
--- a/control_dbus.c
+++ b/control_dbus.c
@@ -9,7 +9,6 @@
 #include "dbus.h"
 #include "control_dbus.h"
 #include "mboxd.h"
-#include "vpnor/mboxd_pnor_partition_table.h"
 
 typedef int (*control_action)(struct mbox_context *context);