replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / mesa / state_tracker / st_cb_drawtex.h
index 7b0da7027984ad1c79133e4866eaedc9f6730d19..87bf720cb0d072b9faee5f3b15f10f8a5fe9005a 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  * 
- * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * Copyright 2008 VMware, Inc.
  * All Rights Reserved.
  *
  **************************************************************************/
@@ -9,6 +9,10 @@
 #ifndef ST_CB_DRAWTEX_H
 #define ST_CB_DRAWTEX_H
 
+
+struct dd_function_table;
+struct st_context;
+
 extern void
 st_init_drawtex_functions(struct dd_function_table *functions);