diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2011-04-24 12:40:11 +0200 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-24 19:46:06 -0700 |
commit | 50ced6cfa0aef472e713ffccfdba003829df68df (patch) | |
tree | 4210bfa0687b23e8b0102520870527d2d1bae78a | |
parent | 387f45a7077faadf232edc3f608c4a081a7fd290 (diff) |
hw/xnest: remove duplicated include
Remove duplicated include.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r-- | hw/xnest/Pixmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xnest/Pixmap.c b/hw/xnest/Pixmap.c index 3a92ffde8..eccf56986 100644 --- a/hw/xnest/Pixmap.c +++ b/hw/xnest/Pixmap.c @@ -21,7 +21,6 @@ is" without express or implied warranty. #include "regionstr.h" #include "pixmapstr.h" #include "scrnintstr.h" -#include "regionstr.h" #include "gc.h" #include "servermd.h" #include "privates.h" |