diff options
author | Vinson Lee <[email protected]> | 2010-01-13 22:36:01 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-13 22:36:01 -0800 |
commit | cf061c24e041878368946fbcffa2906cfffd8b08 (patch) | |
tree | f512782fac851c432e92b9d9498ece158f399662 /src/mesa/swrast/s_depth.c | |
parent | d1631f734a6f7d052e347e0f5eb878e156d1afa6 (diff) |
swrast: Remove unnecessary header from s_depth.c.
Diffstat (limited to 'src/mesa/swrast/s_depth.c')
-rw-r--r-- | src/mesa/swrast/s_depth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c index c37a54eb3eb..0b6bb7e3ec9 100644 --- a/src/mesa/swrast/s_depth.c +++ b/src/mesa/swrast/s_depth.c @@ -28,7 +28,6 @@ #include "main/formats.h" #include "main/macros.h" #include "main/imports.h" -#include "main/fbobject.h" #include "s_depth.h" #include "s_context.h" |