Remove obsolete warning from <netlink/object-api.h> as it breaks NM build

NM uses -Werror=cpp thus the build breaks if we emit #warning upon
inclusion of <netlink/object-api.h>

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2013-01-24 14:29:18 +01:00
parent c4f803366e
commit 776cde0a10

View file

@ -16,6 +16,4 @@
#include <netlink/utils.h>
#include <netlink/object.h>
#warning "You are including a deprecated header file, include <netlink/object.h>."
#endif