diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:37:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:37:35 +0000 |
commit | 46b64bd5c66abb1bb9f3538c887d10867607bfff (patch) | |
tree | 300ec43d4ac86416fc063d9c7ccd17da78e0af0b /damageext | |
parent | e03198972ca78b03ad13cb49112c03a052bb763b (diff) |
Fix more include paths; add dix-config.h to XKB code.
Diffstat (limited to 'damageext')
-rwxr-xr-x | damageext/damageext.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/damageext/damageext.c b/damageext/damageext.c index 26015c435..616d55ecc 100755 --- a/damageext/damageext.c +++ b/damageext/damageext.c @@ -26,9 +26,6 @@ #include <dix-config.h> #endif -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include "damageextint.h" unsigned char DamageReqCode; |