Mesa (master): st/mesa: Remove unnecessary header from st_gl_api.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 5 08:39:09 UTC 2010


Module: Mesa
Branch: master
Commit: 5e56c8907b9f31005a0655aac322b761e1b87c53
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e56c8907b9f31005a0655aac322b761e1b87c53

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug  5 01:38:46 2010 -0700

st/mesa: Remove unnecessary header from st_gl_api.h.

---

 src/mesa/state_tracker/st_gl_api.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/state_tracker/st_gl_api.h b/src/mesa/state_tracker/st_gl_api.h
index fe1aec2..57c6d9f 100644
--- a/src/mesa/state_tracker/st_gl_api.h
+++ b/src/mesa/state_tracker/st_gl_api.h
@@ -2,8 +2,6 @@
 #ifndef ST_GL_API_H
 #define ST_GL_API_H
 
-#include "state_tracker/st_api.h"
-
 struct st_api *st_gl_api_create(void);
 struct st_api *st_gl_api_create_es1(void);
 struct st_api *st_gl_api_create_es2(void);




More information about the mesa-commit mailing list