From 0b142fd735496c72ead409e1f89caa1da8d80f6e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:32 +0000 Subject: Fix includes right throughout the Xserver tree: change "foo.h" to for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to for extension headers, e.g. Xv.h; change "foo.[ch]" to for Xtrans files. --- src/vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vesa.c b/src/vesa.c index 5c43e7e..0fc9ab5 100644 --- a/src/vesa.c +++ b/src/vesa.c @@ -45,7 +45,7 @@ /* DPMS */ #define DPMS_SERVER -#include "extensions/dpms.h" +#include /* Mandatory functions */ static const OptionInfoRec * VESAAvailableOptions(int chipid, int busid); -- cgit v1.2.1