st/mesa: Clean up st_cb_viewport.h.
authorVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 00:04:38 +0000 (17:04 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 00:04:38 +0000 (17:04 -0700)
Add inclusion guard.
Add forward declaration.

src/mesa/state_tracker/st_cb_viewport.h

index db7dd6e..bcfd7cb 100644 (file)
  *
  **************************************************************************/
 
+#ifndef ST_CB_VIEWPORT_H
+#define ST_CB_VIEWPORT_H
+
+struct dd_function_table;
+
 extern void
 st_init_viewport_functions(struct dd_function_table *functions);
+
+#endif /* ST_CB_VIEW_PORT_H */