binder: Add network removal notification
Invoke the new helper function for network add/remove.
BUG: 29998764
Change-Id: I5f741ca447a77fb261aa62cd7cd74a9ddca8d518
TEST: Ran integration tests under wificond.
Signed-off-by: Roshan Pius <rpius@google.com>
diff --git a/wpa_supplicant/binder/iface.h b/wpa_supplicant/binder/iface.h
index 6db4609..50d7d80 100644
--- a/wpa_supplicant/binder/iface.h
+++ b/wpa_supplicant/binder/iface.h
@@ -18,9 +18,7 @@
extern "C" {
#include "utils/common.h"
#include "utils/includes.h"
-#include "../config.h"
-#include "../notify.h"
-#include "../wpa_supplicant_i.h"
+#include "wpa_supplicant_i.h"
}
namespace wpa_supplicant_binder {