From: Thomas Jarosch Date: Tue, 29 Jul 2008 09:03:54 +0000 (+0000) Subject: libt2n: (tomj) make compilable again X-Git-Tag: v0.4~17 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=e98b5dc1fe10ed25b986fc5cfb8fd0ba2f329a3a;hp=af84dfb53a739a0c8c343d9172f1847fa908906d libt2n: (tomj) make compilable again --- 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 {