[Openchrome-devel] xf86-video-openchrome: src/via_ums.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Tue Mar 8 09:59:56 UTC 2016
src/via_ums.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e73fa19fec23d6ec5be836f698d323f89ae48611
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Tue Mar 8 01:17:05 2016 -0800
Fixing header file compilation errors with an older version gcc
It was observed with an older version gcc where including xf86Crtc.h and
xf86fbman.h inside via_ums.c causes compilation errors. It appears that
via_driver.h includes necessary header files to correctly compile ums.c,
therefore, xf86Crtc.h and xf86fbman.h will no longer be explicitly included
inside via_ums.c.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_ums.c b/src/via_ums.c
index dfb6511..95a171e 100644
--- a/src/via_ums.c
+++ b/src/via_ums.c
@@ -25,8 +25,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include "xf86Crtc.h"
-#include "xf86fbman.h"
#include "globals.h"
#include "via_driver.h"
More information about the Openchrome-devel
mailing list