summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:13:40 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:13:40 -0800
commite16e99f53e94fa24079e9798bb960cb29f6561cc (patch)
tree26ae7106e5fa24a4e84a446fe66e4a95eff65acb
parent1c2a5257f2ae989145bddfbfa214d86f5f9ef5d8 (diff)
Stop including xf86RamDac.h
ramdac drivers have been removed from xserver since version 21.0.99.1 and xorg/xserver@f0385fb4 resulting in the following build failure: In file included from ../../src/cg3_driver.c:36: ../../src/cg3.h:29:10: fatal error: xf86RamDac.h: No such file or directory 29 | #include "xf86RamDac.h" | ^~~~~~~~~~~~~~ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/cg3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cg3.h b/src/cg3.h
index 2715f5e..7470415 100644
--- a/src/cg3.h
+++ b/src/cg3.h
@@ -26,7 +26,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86RamDac.h"
#include <X11/Xmd.h>
#include "gcstruct.h"
#include "xf86sbusBus.h"