diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:22 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:22 +0000 |
commit | 3355d12f832909b05e8b022fad784c9f7af7341f (patch) | |
tree | ac361c5746baa4f52b4d4c0b47301854c6963ead /src/ativga.c | |
parent | 31cb4758eae4703d4de31a0b291847cefa855fc3 (diff) |
Fix includes right throughout the Xserver tree:
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.
Diffstat (limited to 'src/ativga.c')
-rw-r--r-- | src/ativga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ativga.c b/src/ativga.c index 62edf02..8d5c5bb 100644 --- a/src/ativga.c +++ b/src/ativga.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.20 2003/04/23 21:51:31 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -32,7 +32,7 @@ #ifndef DPMS_SERVER # define DPMS_SERVER #endif -#include "extensions/dpms.h" +#include <X11/extensions/dpms.h> #ifndef AVOID_CPIO |