summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 09:58:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 09:58:24 -0800
commit8608e7f4efa2625130a1bbe0ba41a5f9fe55c932 (patch)
tree85c0c21eb7e350f86df4b399e57d54bd0a474451
parentd1846852901b42f2e5b1a5baa897dd691ac03e6f (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/cg14_driver.c:38: ../../src/cg14.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/cg14.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cg14.h b/src/cg14.h
index 4ce858f..e46ca66 100644
--- a/src/cg14.h
+++ b/src/cg14.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"