Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / shader / symbol_table.c
index 42601a7765ffeefbda7099ba5e1fb83700db5bae..1f6d9b844d622d8c641c53e878be5f9c0d5a445a 100644 (file)
  * 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"
 #include "hash_table.h"