X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmainwindow.cpp;h=2a05a24428a3774c76bfb04b67079e85e0c9f4d6;hb=e9bec1e17f41f66d3567148e110fe8a3b6451fb3;hp=dd3c82764537bc23cb588a1dc9978e54db21b667;hpb=6e116a6bbeb2c047a3bfb084395ec601ce211e6c;p=nageru diff --git a/futatabi/mainwindow.cpp b/futatabi/mainwindow.cpp index dd3c827..2a05a24 100644 --- a/futatabi/mainwindow.cpp +++ b/futatabi/mainwindow.cpp @@ -1,12 +1,12 @@ #include "mainwindow.h" #include "clip_list.h" -#include "disk_space_estimator.h" +#include "shared/disk_space_estimator.h" #include "flags.h" #include "frame_on_disk.h" #include "player.h" -#include "post_to_main_thread.h" -#include "timebase.h" +#include "shared/post_to_main_thread.h" +#include "shared/timebase.h" #include "ui_mainwindow.h" #include