libt2n: (tomj) make compilable again
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 29 Jul 2008 09:03:54 +0000 (09:03 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 29 Jul 2008 09:03:54 +0000 (09:03 +0000)
src/Makefile.am
src/client_wrapper.cpp

index 669ce22..44d23dd 100644 (file)
@@ -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
index 5115d20..751815a 100644 (file)
@@ -31,8 +31,6 @@
 
 #include <client_wrapper.hxx>
 
-#include <wrapper_handler_socket.hxx>
-
 namespace libt2n
 {