diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-07-26 01:56:02 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-07-26 01:56:02 -0400 |
commit | 3821f6aeaa714582ee0a631de96c6e7cfd96303e (patch) | |
tree | 537eab1dec985d8f70462ebf464a2caf9d0c335b /hw/dmx | |
parent | 8977b07434d75ca396d236dc1324f0c862b633c7 (diff) |
Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/glxProxy/glxext.c | 1 | ||||
-rw-r--r-- | hw/dmx/glxProxy/glxscreens.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hw/dmx/glxProxy/glxext.c b/hw/dmx/glxProxy/glxext.c index 136a79de4..de8bef8fb 100644 --- a/hw/dmx/glxProxy/glxext.c +++ b/hw/dmx/glxProxy/glxext.c @@ -1,3 +1,4 @@ +/* ** The contents of this file are subject to the GLX Public License Version 1.0 ** (the "License"). You may not use this file except in compliance with the ** License. You may obtain a copy of the License at Silicon Graphics, Inc., diff --git a/hw/dmx/glxProxy/glxscreens.c b/hw/dmx/glxProxy/glxscreens.c index 4ddd4762c..0f9012d39 100644 --- a/hw/dmx/glxProxy/glxscreens.c +++ b/hw/dmx/glxProxy/glxscreens.c @@ -47,8 +47,6 @@ #include "glxserver.h" -#include <xf86_ansic.h> - #include <windowstr.h> #include "glxfbconfig.h" |