X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmain.cpp;h=14bc12ac3a35edf87103449f67e3ab731cb92211;hb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;hp=e0518afb95421d3ad906cc9a910f2dee01aef9d0;hpb=9b7d691b4cc5db7dbfc18c82e86c1207fcac4722;p=nageru diff --git a/futatabi/main.cpp b/futatabi/main.cpp index e0518af..14bc12a 100644 --- a/futatabi/main.cpp +++ b/futatabi/main.cpp @@ -23,14 +23,14 @@ extern "C" { #include "context.h" #include "defs.h" #include "disk_space_estimator.h" -#include "ffmpeg_raii.h" +#include "shared/ffmpeg_raii.h" #include "flags.h" #include "frame_on_disk.h" #include "frame.pb.h" #include "httpd.h" #include "mainwindow.h" #include "player.h" -#include "post_to_main_thread.h" +#include "shared/post_to_main_thread.h" #include "ref_counted_gl_sync.h" #include "timebase.h" #include "ui_mainwindow.h"