diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-13 11:09:54 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-13 11:20:24 -0400 |
commit | 544bfd06663ff71bc5275459cf74a3557530544f (patch) | |
tree | b882e94c498f000ee0abad0a735634daa36dedf4 /hw/xfree86/common/xf86Module.h | |
parent | 139c3ab7b754dc425a09d5f7b6d2a8fb2b88138a (diff) |
Remove xf86Version.h and related API.
We haven't meaningfully been API-compatible with xf86 modules in ages,
let's stop pretending.
Diffstat (limited to 'hw/xfree86/common/xf86Module.h')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 3c75df0ab..415d09528 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -42,7 +42,6 @@ #define _XF86MODULE_H #include "misc.h" -#include "xf86Version.h" #ifndef NULL #define NULL ((void *)0) #endif |