From 662c7704f871f58bf85421701d04f0881a6a1bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 18 Oct 2013 13:06:05 +0000 Subject: After looking for something in the column-*.h files and not finding it, I finally found it in column_info.h Renamed column_info.h to column-info.h to have consistency with the column*h files. svn path=/trunk/; revision=52667 --- epan/epan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index f022cf2fa6..cfa7a4d046 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -30,7 +30,7 @@ extern "C" { #include #include "frame_data.h" -#include "column_info.h" +#include "column-info.h" #include "register.h" #include "ws_symbol_export.h" -- cgit v1.2.3