DECT-MITEL-RFP: Improve includes

More of a cosmetic change but ensure all includes refer to their
directory (i.e. epan/)
This commit is contained in:
Bernhard Dick 2022-11-25 16:36:49 +01:00 committed by Martin Mathieson
parent 7afe726007
commit d67d08cf9b
1 changed files with 5 additions and 5 deletions

View File

@ -22,12 +22,12 @@
#include <epan/packet.h>
#include <epan/prefs.h>
#include <ftypes/ftypes.h>
#include <proto.h>
#include <tfs.h>
#include <tvbuff.h>
#include <epan/proto.h>
#include <epan/tfs.h>
#include <epan/tvbuff.h>
#include <epan/unit_strings.h>
#include <value_string.h>
#include <epan/value_string.h>
#include <ftypes/ftypes.h>
/* Prototypes */
void proto_reg_handoff_dect_mitel_rfp(void);