diff options
author | Chia-I Wu <[email protected]> | 2010-04-12 16:13:33 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-04-13 15:15:43 +0800 |
commit | da8412ec19ad00627ae9139dc02f46f344bbb6ac (patch) | |
tree | 2d94aaab96316afb0267251d978830812ed701af /src/mesa/state_tracker/st_inlines.h | |
parent | a1dbd009d4a725b432a08093dc52486f896915d9 (diff) |
st/mesa: Drop st_public support.
There is no user of st_public now.
Diffstat (limited to 'src/mesa/state_tracker/st_inlines.h')
-rw-r--r-- | src/mesa/state_tracker/st_inlines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_inlines.h b/src/mesa/state_tracker/st_inlines.h index 32584b25c27..3bf7ba185e5 100644 --- a/src/mesa/state_tracker/st_inlines.h +++ b/src/mesa/state_tracker/st_inlines.h @@ -42,7 +42,7 @@ #include "st_context.h" #include "st_texture.h" -#include "st_public.h" +#include "st_cb_flush.h" static INLINE struct pipe_transfer * st_cond_flush_get_tex_transfer(struct st_context *st, |