diff options
author | Vinson Lee <vlee@vmware.com> | 2010-07-28 23:07:44 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-07-28 23:07:44 -0700 |
commit | 97b416eb6742c26771a011fec9ecea7d66a7e839 (patch) | |
tree | 663ca80298b6188772803eef15b2f383c6df0e77 /src/mesa/main/arbprogram.h | |
parent | e7f69c459af3274b9d1435c06a15b14eb40e4cc5 (diff) |
mesa: Remove unnecessary header.
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r-- | src/mesa/main/arbprogram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h index 787ffd62f4..e2e535e911 100644 --- a/src/mesa/main/arbprogram.h +++ b/src/mesa/main/arbprogram.h @@ -27,7 +27,6 @@ #define ARBPROGRAM_H -#include "compiler.h" #include "glheader.h" |