summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/ip6_addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/ip6_addr.h')
-rw-r--r--VNFs/DPPD-PROX/ip6_addr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/VNFs/DPPD-PROX/ip6_addr.h b/VNFs/DPPD-PROX/ip6_addr.h
index f9b56c19..3279ded1 100644
--- a/VNFs/DPPD-PROX/ip6_addr.h
+++ b/VNFs/DPPD-PROX/ip6_addr.h
@@ -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];
};