diff options
author | Vinson Lee <[email protected]> | 2010-02-12 23:24:22 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-12 23:24:22 -0800 |
commit | 4123df20742eae7b37d580f32ab8329a00cc8ca3 (patch) | |
tree | d087b8364434a56781dcf7b36e66957ef442cfa1 /src | |
parent | fcd8ffe8e14861c22d1b937f898793dc5f6a1420 (diff) |
st/xlib: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/glx_usefont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/glx_usefont.c b/src/gallium/state_trackers/glx/xlib/glx_usefont.c index 16e5ce642f3..e502198b204 100644 --- a/src/gallium/state_trackers/glx/xlib/glx_usefont.c +++ b/src/gallium/state_trackers/glx/xlib/glx_usefont.c @@ -33,7 +33,6 @@ #include "main/context.h" #include "main/imports.h" #include <GL/glx.h> -#include "pipe/p_compiler.h" /* Some debugging info. */ |