diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-15 12:13:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-18 15:22:04 -0800 |
commit | c6aa4755ec355101a62bef86dbb090262fe806f6 (patch) | |
tree | 0e3fd92a6c7ac83ff96a89f213e0615cc4b39bb1 /xkb/ddxLoad.c | |
parent | abfea17342da774aa4e3a351a73c8f2af6e6fd28 (diff) |
xkb/ddxLoad.c doesn't need <paths.h> any more
Was previously used for _PATH_VARTMP, but that was removed in
534fc5140b039a8c98ab715d0a6740d513b41209
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'xkb/ddxLoad.c')
-rw-r--r-- | xkb/ddxLoad.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index e6904a501..51b577725 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. |