From 24cf71b7c171290d3dc813334553f1d7a70653cb Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 4 Feb 2005 22:26:57 +0000 Subject: [PATCH] altered header includes git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@9 9efc2488-bf62-4759-914b-345cdb29e865 --- include/opensrf/generic_utils.h | 5 ----- include/opensrf/transport_client.h | 6 +----- include/opensrf/transport_message.h | 6 +----- include/opensrf/transport_session.h | 10 +++------- include/opensrf/transport_socket.h | 6 +----- 5 files changed, 6 insertions(+), 27 deletions(-) diff --git a/include/opensrf/generic_utils.h b/include/opensrf/generic_utils.h index aa74221..22632a7 100644 --- a/include/opensrf/generic_utils.h +++ b/include/opensrf/generic_utils.h @@ -10,11 +10,6 @@ #include #include -#ifdef DMALLOC -#include "dmalloc.h" -#endif - - #ifndef GENERIC_UTILS_H #define GENERIC_UTILS_H diff --git a/include/opensrf/transport_client.h b/include/opensrf/transport_client.h index 3d02add..5f16b2c 100644 --- a/include/opensrf/transport_client.h +++ b/include/opensrf/transport_client.h @@ -1,10 +1,6 @@ -#include "transport_session.h" +#include "opensrf/transport_session.h" #include -#ifdef DMALLOC -#include "dmalloc.h" -#endif - #ifndef TRANSPORT_CLIENT_H #define TRANSPORT_CLIENT_H diff --git a/include/opensrf/transport_message.h b/include/opensrf/transport_message.h index 21e3120..69b0560 100644 --- a/include/opensrf/transport_message.h +++ b/include/opensrf/transport_message.h @@ -1,6 +1,6 @@ #include "libxml.h" -#include "generic_utils.h" +#include "opensrf/generic_utils.h" #include #include @@ -10,10 +10,6 @@ #include #include -#ifdef DMALLOC -#include "dmalloc.h" -#endif - #ifndef TRANSPORT_MESSAGE_H #define TRANSPORT_MESSAGE_H diff --git a/include/opensrf/transport_session.h b/include/opensrf/transport_session.h index b78f20d..c2bef5d 100644 --- a/include/opensrf/transport_session.h +++ b/include/opensrf/transport_session.h @@ -4,9 +4,9 @@ // logic ensues. // --------------------------------------------------------------------------------- #include "libxml.h" -#include "transport_socket.h" -#include "transport_message.h" -#include "generic_utils.h" +#include "opensrf/transport_socket.h" +#include "opensrf/transport_message.h" +#include "opensrf/generic_utils.h" #include #include @@ -30,10 +30,6 @@ #define JABBER_JID_BUFSIZE 64 #define JABBER_STATUS_BUFSIZE 16 -#ifdef DMALLOC -#include "dmalloc.h" -#endif - // --------------------------------------------------------------------------------- // Takes data from the socket handler and pushes it directly into the push parser // --------------------------------------------------------------------------------- diff --git a/include/opensrf/transport_socket.h b/include/opensrf/transport_socket.h index 65a83cc..a3e9d5f 100644 --- a/include/opensrf/transport_socket.h +++ b/include/opensrf/transport_socket.h @@ -1,4 +1,4 @@ -#include "generic_utils.h" +#include "opensrf/generic_utils.h" #include #include @@ -26,10 +26,6 @@ #include #endif -#ifdef DMALLOC -#include "dmalloc.h" -#endif - #ifndef TRANSPORT_SOCKET_H #define TRANSPORT_SOCKET_H -- 2.11.0