Current ui_progress functions are implemented for TUI only. So move the file under the tui directory. This is needed for providing an UI- agnostic wrapper. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Pekka Enberg <penberg@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1352813436-14173-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>tirimbino
parent
534123f458
commit
7da5c85dd3
@ -1,8 +1,8 @@ |
||||
#include "../cache.h" |
||||
#include "progress.h" |
||||
#include "libslang.h" |
||||
#include "ui.h" |
||||
#include "browser.h" |
||||
#include "../progress.h" |
||||
#include "../libslang.h" |
||||
#include "../ui.h" |
||||
#include "../browser.h" |
||||
|
||||
void ui_progress__update(u64 curr, u64 total, const char *title) |
||||
{ |
Loading…
Reference in new issue