diff options
author | Vinson Lee <[email protected]> | 2010-02-12 23:47:45 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-12 23:47:45 -0800 |
commit | 672f98baf7aa04e90d4bb5fe28f0c1acb6d8aa0b (patch) | |
tree | 34f08e1dfbc2367e23fd560e7d60b79f1a1472fa /src/mesa/main/get_gen.py | |
parent | 1213eb6cb4d9e29627b01350fe4e2ef0ad313713 (diff) |
mesa: Remove unnecessary header.
Diffstat (limited to 'src/mesa/main/get_gen.py')
-rw-r--r-- | src/mesa/main/get_gen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index 9ae3ce00967..b37a3735476 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -1225,7 +1225,6 @@ def EmitHeader(): #include "context.h" #include "enable.h" #include "extensions.h" -#include "fbobject.h" #include "get.h" #include "macros.h" #include "mtypes.h" |