X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmain.cpp;h=f6d2ab12b6693a32d3fcfb6ab7f5556fc1dcbf7b;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=41bbb82b41d165a34b4446b87673f814f673def6;hpb=af8007aa958271ba16b15e7d11a891570488f6c9;p=nageru diff --git a/futatabi/main.cpp b/futatabi/main.cpp index 41bbb82..f6d2ab1 100644 --- a/futatabi/main.cpp +++ b/futatabi/main.cpp @@ -20,18 +20,18 @@ extern "C" { } #include "clip_list.h" -#include "context.h" +#include "shared/context.h" #include "defs.h" -#include "disk_space_estimator.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 "shared/post_to_main_thread.h" -#include "ref_counted_gl_sync.h" +#include "shared/ref_counted_gl_sync.h" #include "shared/timebase.h" #include "ui_mainwindow.h" #include "vaapi_jpeg_decoder.h"