diff --git a/[refs] b/[refs] index de3a3efada8e..622e1631dcd0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 534123f458f196bcc269f97d20ccf125925c2e7b +refs/heads/master: 7da5c85dd34dd67846fec965e4bf1f761eecca05 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index 9af012f37718..50e85c852656 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -617,11 +617,11 @@ ifndef NO_NEWT LIB_OBJS += $(OUTPUT)ui/browsers/hists.o LIB_OBJS += $(OUTPUT)ui/browsers/map.o LIB_OBJS += $(OUTPUT)ui/browsers/scripts.o - LIB_OBJS += $(OUTPUT)ui/progress.o LIB_OBJS += $(OUTPUT)ui/util.o LIB_OBJS += $(OUTPUT)ui/tui/setup.o LIB_OBJS += $(OUTPUT)ui/tui/util.o LIB_OBJS += $(OUTPUT)ui/tui/helpline.o + LIB_OBJS += $(OUTPUT)ui/tui/progress.o LIB_H += ui/browser.h LIB_H += ui/browsers/map.h LIB_H += ui/keysyms.h diff --git a/trunk/tools/perf/ui/progress.c b/trunk/tools/perf/ui/tui/progress.c similarity index 88% rename from trunk/tools/perf/ui/progress.c rename to trunk/tools/perf/ui/tui/progress.c index 13aa64e50e11..f8dc986e427d 100644 --- a/trunk/tools/perf/ui/progress.c +++ b/trunk/tools/perf/ui/tui/progress.c @@ -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) {