Skip to content

Commit 2bb1ad9

Browse files
committed
vcap/preview vdisp/unix_sock: use path rel to src/
see the previous commit
1 parent 541ad58 commit 2bb1ad9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/capture_filter/preview.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
#include "utils/string_view_utils.hpp"
6161
#include "video.h"
6262
#include "video_codec.h"
63-
#include "tools/ipc_frame.h"
64-
#include "tools/ipc_frame_unix.h"
65-
#include "tools/ipc_frame_ug.h"
63+
#include "../tools/ipc_frame.h"
64+
#include "../tools/ipc_frame_unix.h"
65+
#include "../tools/ipc_frame_ug.h"
6666

6767
#define MOD_NAME "[capture filter preview] "
6868

src/video_display/unix_sock.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
#include "utils/macros.h"
6262
#include "utils/color_out.h"
6363
#include "utils/string_view_utils.hpp"
64-
#include "tools/ipc_frame.h"
65-
#include "tools/ipc_frame_ug.h"
66-
#include "tools/ipc_frame_unix.h"
64+
#include "../tools/ipc_frame.h"
65+
#include "../tools/ipc_frame_ug.h"
66+
#include "../tools/ipc_frame_unix.h"
6767

6868
#define MOD_NAME "[unix sock disp] "
6969

0 commit comments

Comments
 (0)