diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-15 23:08:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-15 23:08:31 +0000 |
commit | 2f0487521da3da6784dd964c915071b82d749108 (patch) | |
tree | ba213fc5af42b1d2cf4b33589f0d161f6478eb79 | |
parent | a407fa373bb72f29050e3f027042011075b3bdf0 (diff) |
Fix the *-config.h includes for the files that have moved in the modular
tree.
-rw-r--r-- | hw/dmx/dmx.c | 4 | ||||
-rw-r--r-- | hw/xfree86/dri/dri.c | 4 | ||||
-rw-r--r-- | hw/xfree86/dri/drimodule.c | 4 | ||||
-rw-r--r-- | hw/xfree86/dri/xf86dri.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index ac6416d54..75623e696 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -43,8 +43,8 @@ * Please see the Client-to-Server DMX Extension to the X Protocol * document for details about the protocol. */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> #endif #include <X11/X.h> diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index f7af5a6ea..d47001fb4 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> #endif #include "xf86.h" diff --git a/hw/xfree86/dri/drimodule.c b/hw/xfree86/dri/drimodule.c index 446ba6431..d68789771 100644 --- a/hw/xfree86/dri/drimodule.c +++ b/hw/xfree86/dri/drimodule.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> #endif #include "xf86Module.h" diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index aa603dc3f..e874e63ff 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -35,8 +35,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> #endif #include "xf86.h" |