aboutsummaryrefslogtreecommitdiffstats
path: root/ui/util.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-25 16:21:02 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-26 14:15:45 +0000
commit2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e (patch)
treec96b56b6aaf00a85609747af3a6bc887352fcb36 /ui/util.c
parentce36b20ca5d01490acd1fb6ca44a82dab85ba2a2 (diff)
Move the console log handling code to ui/console.[ch].
Change-Id: I8e554a8e17399d78b0ef29dfb68109a219cd9f1b Reviewed-on: https://code.wireshark.org/review/4294 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/util.c')
-rw-r--r--ui/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/util.c b/ui/util.c
index fabaa8c1a1..9f7ba6e65b 100644
--- a/ui/util.c
+++ b/ui/util.c
@@ -37,9 +37,9 @@
#include <windows.h>
#endif
-#include <epan/address.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
+#include "epan/address.h"
+#include "epan/addr_resolv.h"
+#include "epan/strutil.h"
#include "ui/util.h"