]> git.sesse.net Git - nageru/blobdiff - futatabi/main.cpp
Unify httpd.cpp from Nageru and Futatabi (whitespace differences, and metrics support).
[nageru] / futatabi / main.cpp
index 58a131aa26c50e836b1b2ead40687f1f9553d57b..46fb200eb149f47eba370d7a23697d992eda463d 100644 (file)
@@ -20,14 +20,14 @@ extern "C" {
 }
 
 #include "clip_list.h"
-#include "context.h"
+#include "shared/context.h"
 #include "defs.h"
 #include "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"