Support packets in flight
[samplevnf.git] / VNFs / DPPD-PROX / ip6_addr.h
index f9b56c1..3279ded 100644 (file)
@@ -1,5 +1,5 @@
 /*
-// Copyright (c) 2010-2017 Intel Corporation
+// Copyright (c) 2010-2020 Intel Corporation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -17,8 +17,6 @@
 #ifndef _IP6_ADDR_H_
 #define _IP6_ADDR_H_
 
-#include <inttypes.h>
-
 struct ipv6_addr {
        uint8_t bytes[16];
 };