summaryrefslogtreecommitdiff
path: root/src/glsl/main/imports.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-24 16:34:43 -0700
committerEric Anholt <eric@anholt.net>2010-06-24 17:14:00 -0700
commitf4869f33269c54779f8199b68e769024100421a3 (patch)
treefc212b9fb4df4ea1f5b258fc9d0d02794fa0d8ce /src/glsl/main/imports.h
parente82ddb781ad100702322eb465e82b1cec433f099 (diff)
glsl2: Remove files that had been imported for standalone.
Diffstat (limited to 'src/glsl/main/imports.h')
-rw-r--r--src/glsl/main/imports.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glsl/main/imports.h b/src/glsl/main/imports.h
deleted file mode 100644
index d2197342c0..0000000000
--- a/src/glsl/main/imports.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <assert.h>
-#include <stdlib.h>
-
-#define _mesa_malloc(x) malloc(x)
-#define _mesa_free(x) free(x)
-#define _mesa_calloc(x) calloc(1,x)