summaryrefslogtreecommitdiff
path: root/ui/gtk/conversations_table.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-01 19:18:49 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-01 19:18:49 +0000
commit02894a0be8f12768f362d475f761d7e25c92ab9c (patch)
treeec52d52ed4c6338498a6418e782f2a7b586298d7 /ui/gtk/conversations_table.c
parentecf26166fa54bc8d23e1cd9378bf8c333487c75a (diff)
downloadwireshark-02894a0be8f12768f362d475f761d7e25c92ab9c.tar.gz
Move utf8_entities.h to the "ui" directory. Separate packet information
items with MIDDLE DOTs. svn path=/trunk/; revision=44194
Diffstat (limited to 'ui/gtk/conversations_table.c')
-rw-r--r--ui/gtk/conversations_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/conversations_table.c b/ui/gtk/conversations_table.c
index e495d08754..10231a63ba 100644
--- a/ui/gtk/conversations_table.c
+++ b/ui/gtk/conversations_table.c
@@ -42,6 +42,7 @@
#include "../globals.h"
#include "ui/simple_dialog.h"
+#include "ui/utf8_entities.h"
#include "ui/gtk/sat.h"
#include "ui/gtk/conversations_table.h"
@@ -55,7 +56,6 @@
#include "ui/gtk/follow_tcp.h"
#include "ui/gtk/follow_udp.h"
#include "ui/gtk/keys.h"
-#include "ui/gtk/utf8_entities.h"
#include "old-gtk-compat.h"