replace malloc macros in imports.h with u_memory.h versions
[mesa.git] / src / mesa / swrast / s_atifragshader.h
index 871a0c04559fe90fccdf59356fd7b115a35a6668..ac866aa6d7d115b6245bec28d08a4ac2d70280bc 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.1
  *
  * Copyright (C) 1999-2003  David Airlie   All Rights Reserved.
  *
 #define S_ATIFRAGSHADER_H
 
 
-#include "s_context.h"
+#include "s_span.h"
 
+struct gl_context;
 
 extern void
-_swrast_exec_fragment_shader( GLcontext *ctx, SWspan *span );
+_swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
 
 
 #endif