From 7fee50274f36a5feba113aa9ad3e72ca37bf1466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 24 Mar 2021 22:09:19 +0000 Subject: Merge the caputils/ and capchild/ directories The distinction between the different kinds of capture utility may not warrant a special subfolfer for each, and sometimes the distinction is not be clear or some functions could stradle multiple "categories" (like capture_ifinfo.[ch]). Simplify by having only a generic 'capture' subfolder. The separate CMake libraries are kept as a way to reuse object code efficiently. --- capture_opts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'capture_opts.c') diff --git a/capture_opts.c b/capture_opts.c index b40d329f96..6b0538d46f 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -29,8 +29,8 @@ #include #include -#include "caputils/capture_ifinfo.h" -#include "caputils/capture-pcap-util.h" +#include "capture/capture_ifinfo.h" +#include "capture/capture-pcap-util.h" #include "ui/filter_files.h" -- cgit v1.2.3