From 133b0c583f0d365175284a94c9b5411d62e3e5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 26 Jul 2021 01:31:17 +0100 Subject: Move epan/wmem/wmem_scopes.h to epan/ This header was installed incorrectly to epan/wmem_scopes.h. Instead of creating additional installation rules for a single header in a subfolder (kept for backward compatibility) just rename the standard "epan/wmem/wmem.h" include to "epan/wmem_scopes.h" and fix the documentation. Now the header is installed *correctly* to epan/wmem_scopes.h. --- epan/follow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/follow.h') diff --git a/epan/follow.h b/epan/follow.h index 218fdb75d8..2ac4d66e3a 100644 --- a/epan/follow.h +++ b/epan/follow.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "ws_symbol_export.h" #ifdef __cplusplus -- cgit v1.2.3