From 47a92893a3f80238fbe9f761db4fc3dc79fbd6de Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 6 Feb 2018 20:27:49 -0800 Subject: Remove unnecessary header inclusion from address sorting's public header --- third_party/address_sorting/address_sorting.h | 2 -- third_party/address_sorting/address_sorting_internal.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'third_party/address_sorting') diff --git a/third_party/address_sorting/address_sorting.h b/third_party/address_sorting/address_sorting.h index d3d3759d14..f11cd424b5 100644 --- a/third_party/address_sorting/address_sorting.h +++ b/third_party/address_sorting/address_sorting.h @@ -45,8 +45,6 @@ extern "C" { #endif -#include - typedef struct address_sorting_address { char addr[128]; size_t len; diff --git a/third_party/address_sorting/address_sorting_internal.h b/third_party/address_sorting/address_sorting_internal.h index ee366fef1c..3966002b47 100644 --- a/third_party/address_sorting/address_sorting_internal.h +++ b/third_party/address_sorting/address_sorting_internal.h @@ -60,6 +60,7 @@ #define ADDRESS_SORTING_POSIX 1 #endif +#include #include "address_sorting.h" address_sorting_source_addr_factory* -- cgit v1.2.3