summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/NeonSession.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:17:17 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:17:17 +0000
commitae84990bc7542b0dba155974a4b346a51ade7b6e (patch)
tree3161e2de01b8005f4935cdac192861fbb2c0f316 /ucb/source/ucp/webdav/NeonSession.cxx
parentb0573befc6c0f163a28c5ec0021414bf1d0ddf09 (diff)
INTEGRATION: CWS pj49 (1.37.2); FILE MERGED
2006/01/27 18:51:12 pjanik 1.37.2.1: #i61188#: Include system neon really properly.
Diffstat (limited to 'ucb/source/ucp/webdav/NeonSession.cxx')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.cxx20
1 files changed, 2 insertions, 18 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx
index 8cdc0d6750b1..ee50dcba3b9e 100644
--- a/ucb/source/ucp/webdav/NeonSession.cxx
+++ b/ucb/source/ucp/webdav/NeonSession.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: NeonSession.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 14:20:06 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:17:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,32 +36,16 @@
#include <string.h>
#ifndef NE_SOCKET_H
-#ifdef SYSTEM_NEON
#include <ne_socket.h>
-#else
-#include <neon/ne_socket.h>
-#endif
#endif
#ifndef NE_AUTH_H
-#ifdef SYSTEM_NEON
#include <ne_auth.h>
-#else
-#include <neon/ne_auth.h>
-#endif
#endif
#ifndef NE_REDIRECT_H
-#ifdef SYSTEM_NEON
#include <ne_redirect.h>
-#else
-#include <neon/ne_redirect.h>
-#endif
#endif
#ifndef NE_LOCKS_H
-#ifdef SYSTEM_NEON
#include <ne_locks.h>
-#else
-#include <neon/ne_locks.h>
-#endif
#endif
#ifndef __XML_PARSER_H__