diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-06-29 18:36:22 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-06-30 01:36:56 +0000 |
commit | df5833723c41003486eba83aaf6ca41f0c27816b (patch) | |
tree | 5f42331417eade5f6ffcfff77a0a8bcea96931b8 /capture_opts.c | |
parent | fe8661a7674ae944bb6545240104880ef945ad4d (diff) | |
download | wireshark-df5833723c41003486eba83aaf6ca41f0c27816b.tar.gz wireshark-df5833723c41003486eba83aaf6ca41f0c27816b.tar.bz2 wireshark-df5833723c41003486eba83aaf6ca41f0c27816b.zip |
Move capture_ui_utils.[ch] to libui.
Change-Id: Id0f3d4d60a1acc7aa64fd3737b8f16df5bca4e5a
Reviewed-on: https://code.wireshark.org/review/2708
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capture_opts.c')
-rw-r--r-- | capture_opts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c index d9ec2d3e93..0f2f1f8037 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -38,7 +38,6 @@ #include <epan/packet.h> #include <epan/prefs.h> -#include "capture_ui_utils.h" #include "capture_opts.h" #include "ringbuffer.h" |