Make NetlinkSocket and nlbuf exported
Move NetlinkSocket.h and nlbuf.h to include/libnetdevice as to make them
available for include.
Bug: 160171644
Test: Manual
Change-Id: If54852398cfbcc53eb830a66685c6b44e36ced87
diff --git a/automotive/can/1.0/default/libnetdevice/can.cpp b/automotive/can/1.0/default/libnetdevice/can.cpp
index 06fa8aa..b0a2432 100644
--- a/automotive/can/1.0/default/libnetdevice/can.cpp
+++ b/automotive/can/1.0/default/libnetdevice/can.cpp
@@ -16,12 +16,12 @@
#include <libnetdevice/can.h>
-#include "NetlinkRequest.h"
-#include "NetlinkSocket.h"
#include "common.h"
#include <android-base/logging.h>
#include <android-base/unique_fd.h>
+#include <libnetdevice/NetlinkRequest.h>
+#include <libnetdevice/NetlinkSocket.h>
#include <linux/can.h>
#include <linux/can/error.h>