Fix includes right throughout the Xserver tree:
authorDaniel Stone <daniel@fooishbar.org>
Wed, 20 Apr 2005 12:25:29 +0000 (12:25 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 20 Apr 2005 12:25:29 +0000 (12:25 +0000)
commit2db214d7cf5336fbea36d83bc9b089f70a494614
treecaa68521febad8b72c8a47da861e34e0b437c1b8
parent3fe983d254f1ffe3c285548013be677ed4a67137
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.
src/nv_include.h
src/nv_video.c
src/riva_include.h