This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch LOGCXX-549 in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit d861ad56a132156394d39cd8e855387f2487d41b Author: Robert Middleton <[email protected]> AuthorDate: Sat Aug 13 15:31:05 2022 -0400 Remove uneeded forward declaration --- src/main/include/log4cxx/helpers/serversocket.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/include/log4cxx/helpers/serversocket.h b/src/main/include/log4cxx/helpers/serversocket.h index b6cc51d7..c1847a78 100644 --- a/src/main/include/log4cxx/helpers/serversocket.h +++ b/src/main/include/log4cxx/helpers/serversocket.h @@ -21,8 +21,6 @@ #include <log4cxx/helpers/socket.h> #include <mutex> -struct apr_socket_t; - namespace log4cxx { namespace helpers
