diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:30 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:30 +0000 |
commit | 3f9e6dde5c5511a7204be8ba94953790d7eaf165 (patch) | |
tree | 4bf75b806b6197c8deb69c34126267b93c4386da | |
parent | b2e16e8d8aa582ad2486a3c36fbecc2ec409eabe (diff) |
Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
<X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
-rw-r--r-- | src/leo.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo.h,v 1.4 2001/05/04 19:05:46 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo.h,v 1.3 2000/12/01 00:24:35 dawes Exp $ */ #ifndef LEO_H #define LEO_H @@ -29,7 +29,7 @@ #include "xf86_OSproc.h" #include "xf86_ansic.h" #include "xf86RamDac.h" -#include "Xmd.h" +#include <X11/Xmd.h> #include "gcstruct.h" #include "leo_regs.h" #include "xf86sbusBus.h" |