hw/xquartz: remove duplicated includes
Remove duplicated includes. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
50ced6cfa0
commit
c270cfc30c
|
@ -139,7 +139,6 @@
|
|||
#include <glxcontext.h>
|
||||
#include <glxext.h>
|
||||
#include <glxutil.h>
|
||||
#include <glxscreens.h>
|
||||
#include <GL/internal/glcore.h>
|
||||
#include "x-hash.h"
|
||||
#include "x-list.h"
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
#include <glxcontext.h>
|
||||
#include <glxext.h>
|
||||
#include <glxutil.h>
|
||||
#include <glxscreens.h>
|
||||
#include <GL/internal/glcore.h>
|
||||
|
||||
#include "capabilities.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "quartz.h"
|
||||
#include "darwinEvents.h"
|
||||
#include "quartzKeyboard.h"
|
||||
#include "quartz.h"
|
||||
#include <X11/extensions/applewmconst.h>
|
||||
#include "micmap.h"
|
||||
#include "exglobals.h"
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
#include "X11/keysym.h"
|
||||
#include "inputstr.h"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
// Each key can generate 4 glyphs. They are, in order:
|
||||
// unshifted, shifted, modeswitch unshifted, modeswitch shifted
|
||||
#define GLYPHS_PER_KEY 4
|
||||
|
|
Loading…
Reference in New Issue