summaryrefslogtreecommitdiff
path: root/src/mesa/shader/grammar/grammar_crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/grammar/grammar_crt.h')
-rw-r--r--src/mesa/shader/grammar/grammar_crt.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mesa/shader/grammar/grammar_crt.h b/src/mesa/shader/grammar/grammar_crt.h
deleted file mode 100644
index 492711e96a..0000000000
--- a/src/mesa/shader/grammar/grammar_crt.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef GRAMMAR_CRT_H
-#define GRAMMAR_CRT_H
-
-
-#include <stdlib.h>
-#include <malloc.h>
-#include <string.h>
-
-
-typedef unsigned long grammar;
-typedef unsigned char byte;
-
-
-#define GRAMMAR_PORT_INCLUDE 1
-#include "grammar.h"
-#undef GRAMMAR_PORT_INCLUDE
-
-
-#endif
-