summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_depth.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-13 22:36:01 -0800
committerVinson Lee <vlee@vmware.com>2010-01-13 22:36:01 -0800
commitcf061c24e041878368946fbcffa2906cfffd8b08 (patch)
treef512782fac851c432e92b9d9498ece158f399662 /src/mesa/swrast/s_depth.c
parentd1631f734a6f7d052e347e0f5eb878e156d1afa6 (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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c
index c37a54eb3e..0b6bb7e3ec 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"