From: Vinson Lee Date: Thu, 5 Aug 2010 08:38:46 +0000 (-0700) Subject: st/mesa: Remove unnecessary header from st_gl_api.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e56c8907b9f31005a0655aac322b761e1b87c53;p=mesa.git st/mesa: Remove unnecessary header from st_gl_api.h. --- diff --git a/src/mesa/state_tracker/st_gl_api.h b/src/mesa/state_tracker/st_gl_api.h index fe1aec207ea..57c6d9f24d2 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);