You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2020/08/18 12:49:21 UTC

[qpid-proton] branch array-of-lists-first-list-empty updated: NO_JIRA: Removed header files which are no longer used in c/tests/data_test.cpp

This is an automated email from the ASF dual-hosted git repository.

kpvdr pushed a commit to branch array-of-lists-first-list-empty
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/array-of-lists-first-list-empty by this push:
     new 8e0ba29  NO_JIRA: Removed header files which are no longer used in c/tests/data_test.cpp
8e0ba29 is described below

commit 8e0ba29890bd1dda85c5a2e627a19486dc38cb5b
Author: Kim van der Riet <kp...@apache.org>
AuthorDate: Tue Aug 18 08:49:00 2020 -0400

    NO_JIRA: Removed header files which are no longer used in c/tests/data_test.cpp
---
 c/tests/data_test.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/c/tests/data_test.cpp b/c/tests/data_test.cpp
index c7a6b6d..db6f554 100644
--- a/c/tests/data_test.cpp
+++ b/c/tests/data_test.cpp
@@ -26,9 +26,7 @@
 #include <proton/codec.h>
 #include <proton/error.h>
 
-#include <cstdarg> // va_start(), va_end()
-#include <ctime> // time()
-#include <string.h> // memset()
+#include <cstdarg>
 
 using namespace pn_test;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org