[PATCH] xkb/ddxLoad.c doesn't need <paths.h> any more

Alan Coopersmith alan.coopersmith at oracle.com
Wed Dec 22 18:03:36 PST 2010


Was previously used for _PATH_VARTMP, but that was removed in
534fc5140b039a8c98ab715d0a6740d513b41209

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 xkb/ddxLoad.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c
index e6904a5..51b5777 100644
--- a/xkb/ddxLoad.c
+++ b/xkb/ddxLoad.c
@@ -45,10 +45,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include <X11/extensions/XI.h>
 #include "xkb.h"
 
-#if defined(CSRG_BASED) || defined(linux) || defined(__GNU__)
-#include <paths.h>
-#endif
-
 	/*
 	 * If XKM_OUTPUT_DIR specifies a path without a leading slash, it is
 	 * relative to the top-level XKB configuration directory.
-- 
1.7.3.2



More information about the xorg-devel mailing list