remove final imports.h and imports.c bits
[mesa.git] / src / mesa / main / stencil.c
index 6ef6833bb710e4034ca77ad4158ad00534088a47..604167ae2d7ff325990ba224649f566dbda49bf9 100644 (file)
@@ -48,7 +48,7 @@
 
 
 #include "glheader.h"
-#include "util/imports.h"
+
 #include "context.h"
 #include "macros.h"
 #include "stencil.h"
@@ -318,9 +318,9 @@ _mesa_StencilMask( GLuint mask )
  * \param zfail action to take when stencil test passes, but depth test fails.
  * \param zpass action to take when stencil test passes and the depth test
  * passes (or depth testing is not enabled).
- * 
+ *
  * \sa glStencilOp().
- * 
+ *
  * Verifies the parameters and updates the respective fields in
  * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies
  * the driver via the dd_function_table::StencilOp callback.