bond: fix build on 32-bit Oracle Linux 6.4
[dpdk.git] / lib / librte_pmd_bond / rte_eth_bond_pmd.c
index aa910ba..048de7f 100644 (file)
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/queue.h>
-#include <linux/binfmts.h>
-
 #include <rte_mbuf.h>
-#include <rte_cycles.h>
-#include <rte_dev.h>
-#include <rte_devargs.h>
+#include <rte_malloc.h>
 #include <rte_ethdev.h>
+#include <rte_tcp.h>
+#include <rte_udp.h>
 #include <rte_ip.h>
+#include <rte_devargs.h>
 #include <rte_kvargs.h>
-#include <rte_malloc.h>
-#include <rte_memcpy.h>
-#include <rte_memory.h>
-#include <rte_udp.h>
+#include <rte_dev.h>
 
 #include "rte_eth_bond.h"
 #include "rte_eth_bond_private.h"