diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
commit | 2db214d7cf5336fbea36d83bc9b089f70a494614 (patch) | |
tree | caa68521febad8b72c8a47da861e34e0b437c1b8 /src/nv_include.h | |
parent | 3fe983d254f1ffe3c285548013be677ed4a67137 (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/nv_include.h')
-rw-r--r-- | src/nv_include.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nv_include.h b/src/nv_include.h index 2d4465b..bcdb481 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_include.h,v 1.11 2001/12/07 00:09:56 mvojkovi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_include.h,v 1.9 2000/10/06 12:31:03 eich Exp $ */ #ifndef __NV_INCLUDE_H__ #define __NV_INCLUDE_H__ @@ -43,7 +43,7 @@ #include "fbdevhw.h" #include "xf86xv.h" -#include "Xv.h" +#include <X11/extensions/Xv.h> #include "vgaHW.h" |