From 01586289e0bce1a6aeccbf48c5d0837c0efecbc0 Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Tue, 12 Jul 2005 18:45:46 +0000 Subject: - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes - symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h - Change include of "foo.h" to in various places in xc/programs/lbxproxy and xc/programs/xfs - add build system for xfs - add forgotten lbxproxytrans.c file --- include/lbx.h | 2 +- include/misc.h | 10 +++++----- include/proxyopts.h | 4 ++-- include/wire.h | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/lbx.h b/include/lbx.h index a95e29b..130d730 100644 --- a/include/lbx.h +++ b/include/lbx.h @@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group. #include "misc.h" #include "os.h" #include "util.h" -#include "lbxstr.h" +#include /* we keep the ifdefs in the code as a guide to what's going on */ /* but we want the proxy to work with all possible servers */ diff --git a/include/misc.h b/include/misc.h index 19c6011..b6123ac 100644 --- a/include/misc.h +++ b/include/misc.h @@ -37,13 +37,13 @@ from The Open Group. #include #include #include -#include "Xos.h" +#include #define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc(_size) #define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree(_ptr) -#include "Xalloca.h" -#include "Xfuncs.h" -#include "Xfuncproto.h" -#include "lbxstr.h" +#include +#include +#include +#include #ifndef TRUE #define FALSE 0 diff --git a/include/proxyopts.h b/include/proxyopts.h index ac676c4..3d29ee2 100644 --- a/include/proxyopts.h +++ b/include/proxyopts.h @@ -51,8 +51,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _LBX_PROXYOPTS_H_ #define _LBX_PROXYOPTS_H_ -#include "lbximage.h" -#include "lbxopts.h" +#include +#include typedef struct _LbxNegOpts { short proxyDeltaN; diff --git a/include/wire.h b/include/wire.h index 9b71204..2bdd54e 100644 --- a/include/wire.h +++ b/include/wire.h @@ -53,8 +53,8 @@ extern int lbxDebug; #include "misc.h" #include "lbx.h" -#include "lbxdeltastr.h" -#include "lbximage.h" +#include +#include #include "proxyopts.h" #include "colormap.h" #include "atomcache.h" -- cgit v1.2.3