From e98b5dc1fe10ed25b986fc5cfb8fd0ba2f329a3a Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 29 Jul 2008 09:03:54 +0000 Subject: [PATCH] libt2n: (tomj) make compilable again --- src/Makefile.am | 4 +--- src/client_wrapper.cpp | 2 -- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 669ce22..44d23dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,4 @@ libt2n_la_LDFLAGS = -version-info 1:0:0 pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \ command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \ - socket_client.hxx socket_handler.hxx socket_server.hxx t2n_exception.hxx types.hxx \ - wrapper_handler_socket.hxx - + socket_client.hxx socket_handler.hxx socket_server.hxx t2n_exception.hxx types.hxx diff --git a/src/client_wrapper.cpp b/src/client_wrapper.cpp index 5115d20..751815a 100644 --- a/src/client_wrapper.cpp +++ b/src/client_wrapper.cpp @@ -31,8 +31,6 @@ #include -#include - namespace libt2n { -- 1.7.1