]> git.sesse.net Git - nageru/blobdiff - futatabi/main.cpp
Combine timebase.h from Nageru and Futatabi.
[nageru] / futatabi / main.cpp
index e0518afb95421d3ad906cc9a910f2dee01aef9d0..41bbb82b41d165a34b4446b87673f814f673def6 100644 (file)
@@ -23,16 +23,16 @@ 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 "shared/timebase.h"
 #include "ui_mainwindow.h"
 #include "vaapi_jpeg_decoder.h"