diff options
author | Anders Carlsson <andersca@gnome.org> | 2003-09-11 00:47:36 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@gnome.org> | 2003-09-11 00:47:36 +0000 |
commit | 514ab46ce3c6eb0163720315474cba884d029b62 (patch) | |
tree | d108e184e915c3e8f51465f01d68df238c738ca0 /hw/kdrive/pcmcia | |
parent | 283a7f32c449b1970e5a484351f8396a8afd99da (diff) |
Start autoifying everything.
Diffstat (limited to 'hw/kdrive/pcmcia')
-rw-r--r-- | hw/kdrive/pcmcia/pcmciarotate.c | 2 | ||||
-rw-r--r-- | hw/kdrive/pcmcia/pcmciashadow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/pcmcia/pcmciarotate.c b/hw/kdrive/pcmcia/pcmciarotate.c index a91c31e50..7f6315437 100644 --- a/hw/kdrive/pcmcia/pcmciarotate.c +++ b/hw/kdrive/pcmcia/pcmciarotate.c @@ -22,7 +22,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/hw/kdrive/pcmcia/pcmciashadow.c b/hw/kdrive/pcmcia/pcmciashadow.c index c84b7a6c0..0047ddca7 100644 --- a/hw/kdrive/pcmcia/pcmciashadow.c +++ b/hw/kdrive/pcmcia/pcmciashadow.c @@ -23,7 +23,7 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciashadow.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" |