mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
glsl: Remove unused include from glsl_types.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system. Added comment about core.h being used for MAX2. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
This commit is contained in:
parent
22f5a0b277
commit
38ffbf459b
1 changed files with 1 additions and 3 deletions
|
|
@ -22,9 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "main/core.h" /* for Elements */
|
||||
#include "glsl_symbol_table.h"
|
||||
#include "main/core.h" /* for Elements, MAX2 */
|
||||
#include "glsl_parser_extras.h"
|
||||
#include "glsl_types.h"
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue