Merge branch 'modesetting-origin' into modesetting
This commit is contained in:
commit
bdca8697cc
|
|
@ -29,6 +29,9 @@
|
|||
#undef VERSION /* XXX edid.h has a VERSION too */
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define _PARSE_EDID_
|
||||
#include "xf86.h"
|
||||
#include "i830.h"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,10 @@
|
|||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "i830.h"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "compiler.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue