wmem: Use quotes for an internal include

This is consistent with the rest of the implementation.
This commit is contained in:
João Valverde 2021-06-26 04:13:00 +01:00 committed by Wireshark GitLab Utility
parent de59975fc1
commit e81a400edb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#ifndef __WMEM_TREE_INT_H__
#define __WMEM_TREE_INT_H__
#include <epan/wmem/wmem_tree.h>
#include "wmem_tree.h"
#ifdef __cplusplus
extern "C" {