Remove <ifaddrs.h>
authorCaiwen Zhang <caiwen.zhang@intel.com>
Tue, 16 Sep 2014 18:16:41 +0000 (02:16 +0800)
committerCaiwen Zhang <caiwen.zhang@intel.com>
Tue, 16 Sep 2014 18:21:40 +0000 (02:21 +0800)
This header file is unnecessary. It will break android build as
android ndk doesn't have this file.

Change-Id: Iacd08868d1e426fe73d6b4c31d0c67ce38df9e69

examples/ocicuc/driver.cpp

index 9173224..9d7edb5 100644 (file)
@@ -1,7 +1,6 @@
 
 #include <iostream>
 
-#include <ifaddrs.h>
 #include <sys/types.h>
 #include <sys/socket.h>