X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmain.cpp;h=f6d2ab12b6693a32d3fcfb6ab7f5556fc1dcbf7b;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=b885c81d82858af66253d6156c99cc748d9a7129;hpb=4a38970b4e8cd4bce1dd9eabd56a45635501bbc3;p=nageru diff --git a/futatabi/main.cpp b/futatabi/main.cpp index b885c81..f6d2ab1 100644 --- a/futatabi/main.cpp +++ b/futatabi/main.cpp @@ -22,12 +22,12 @@ extern "C" { #include "clip_list.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"