summaryrefslogtreecommitdiff
path: root/xkb/ddxLoad.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:36:35 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:37:42 -0400
commitbd8bd2c700e6ccac53b47c45766c0a3a08a59344 (patch)
tree671eca3c1f26ffcc2a7a69a9d127824d9a1dbd38 /xkb/ddxLoad.c
parent5f5eed7f790db2f0ae0cd0f5c5ee5a312079c0b0 (diff)
Unifdef AIX.
Diffstat (limited to 'xkb/ddxLoad.c')
-rw-r--r--xkb/ddxLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c
index 115f8555f..25a07f066 100644
--- a/xkb/ddxLoad.c
+++ b/xkb/ddxLoad.c
@@ -48,7 +48,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/XI.h>
#include "xkb.h"
-#if defined(CSRG_BASED) || defined(linux) || defined(AIXV3) || defined(__osf__) || defined(__GNU__)
+#if defined(CSRG_BASED) || defined(linux) || defined(__osf__) || defined(__GNU__)
#include <paths.h>
#endif