X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmain.cpp;h=f6d2ab12b6693a32d3fcfb6ab7f5556fc1dcbf7b;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=14bc12ac3a35edf87103449f67e3ab731cb92211;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/futatabi/main.cpp b/futatabi/main.cpp index 14bc12a..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 "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 "timebase.h" +#include "shared/ref_counted_gl_sync.h" +#include "shared/timebase.h" #include "ui_mainwindow.h" #include "vaapi_jpeg_decoder.h"