X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmain.cpp;h=f6d2ab12b6693a32d3fcfb6ab7f5556fc1dcbf7b;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=e0518afb95421d3ad906cc9a910f2dee01aef9d0;hpb=6e116a6bbeb2c047a3bfb084395ec601ce211e6c;p=nageru diff --git a/futatabi/main.cpp b/futatabi/main.cpp index e0518af..f6d2ab1 100644 --- a/futatabi/main.cpp +++ b/futatabi/main.cpp @@ -20,19 +20,19 @@ extern "C" { } #include "clip_list.h" -#include "context.h" +#include "shared/context.h" #include "defs.h" -#include "disk_space_estimator.h" -#include "ffmpeg_raii.h" +#include "shared/disk_space_estimator.h" +#include "shared/ffmpeg_raii.h" #include "flags.h" #include "frame_on_disk.h" #include "frame.pb.h" -#include "httpd.h" +#include "shared/httpd.h" #include "mainwindow.h" #include "player.h" -#include "post_to_main_thread.h" -#include "ref_counted_gl_sync.h" -#include "timebase.h" +#include "shared/post_to_main_thread.h" +#include "shared/ref_counted_gl_sync.h" +#include "shared/timebase.h" #include "ui_mainwindow.h" #include "vaapi_jpeg_decoder.h"