Don't include xf86Priv.h

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-06-22 17:00:04 -04:00
parent d0ac7e713f
commit 28c9a066e2
2 changed files with 5 additions and 2 deletions

View File

@@ -46,7 +46,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Priv.h"
#include "xf86PciInfo.h"
#include "xf86Pci.h"

View File

@@ -54,7 +54,7 @@
#include "fb.h"
#include "micmap.h"
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86Module.h"
#include "xf86_OSproc.h"
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
@@ -106,6 +106,10 @@
#include <unistd.h>
#endif
#ifndef DEFAULT_DPI
#define DEFAULT_DPI 96
#endif
/* Jong 01/22/2009; compiler error; type conflict */
/*
#include <fcntl.h>