Print this page
NEX-4233 remove unnecessary libdladm header includes
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
*** 19,37 ****
* CDDL HEADER END
*/
/*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _LIBDLVNIC_H
#define _LIBDLVNIC_H
#include <sys/types.h>
#include <netinet/in.h>
#include <libdladm.h>
- #include <libdladm_impl.h>
#include <sys/mac_flow.h>
#include <sys/vnic.h>
#ifdef __cplusplus
extern "C" {
--- 19,37 ----
* CDDL HEADER END
*/
/*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _LIBDLVNIC_H
#define _LIBDLVNIC_H
#include <sys/types.h>
#include <netinet/in.h>
#include <libdladm.h>
#include <sys/mac_flow.h>
#include <sys/vnic.h>
#ifdef __cplusplus
extern "C" {