mesa: don't include limits.h in compiler.h

Not needed.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2015-02-24 17:05:48 -07:00
parent 13730bcaf3
commit 609cb60d4b
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>