mesa: remove unneeded #includes

This commit is contained in:
Brian Paul 2009-10-28 11:13:21 -06:00
parent 5e3b2baae7
commit 0219cd0961
2 changed files with 0 additions and 9 deletions

View file

@ -27,10 +27,6 @@
*
* \author Ian Romanick <ian.d.romanick@intel.com>
*/
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "main/imports.h"
#include "main/simple_list.h"

View file

@ -20,11 +20,6 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include "main/imports.h"
#include "symbol_table.h"