mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 13:18:03 +02:00
xfree86: fbdevhw: Remove unused include of pciaccess.h
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
This commit is contained in:
parent
6817050f31
commit
f7edc00a2a
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@
|
||||||
#include "xf86str.h"
|
#include "xf86str.h"
|
||||||
#include "colormapst.h"
|
#include "colormapst.h"
|
||||||
|
|
||||||
#include <pciaccess.h>
|
|
||||||
|
|
||||||
#define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */
|
#define FBDEVHW_PACKED_PIXELS 0 /* Packed Pixels */
|
||||||
#define FBDEVHW_PLANES 1 /* Non interleaved planes */
|
#define FBDEVHW_PLANES 1 /* Non interleaved planes */
|
||||||
#define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */
|
#define FBDEVHW_INTERLEAVED_PLANES 2 /* Interleaved planes */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue