From 41af0737384a77f8bbbc2159b1e41f09bfa22618 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Wed, 22 Apr 2020 10:11:45 -0400 Subject: [PATCH] Remove inclusion of pthread.h, not needed for linux compilation Signed-off-by: Sunjay Bhatia --- .../filters/network/postgres_proxy/postgres_integration_test.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/extensions/filters/network/postgres_proxy/postgres_integration_test.cc b/test/extensions/filters/network/postgres_proxy/postgres_integration_test.cc index 02229fc1ea1e..86ae00230c67 100644 --- a/test/extensions/filters/network/postgres_proxy/postgres_integration_test.cc +++ b/test/extensions/filters/network/postgres_proxy/postgres_integration_test.cc @@ -1,5 +1,3 @@ -#include - #include "test/integration/fake_upstream.h" #include "test/integration/integration.h" #include "test/integration/utility.h"