No need to include epan header files here; include things directly as necessary.

svn path=/trunk/; revision=50520
This commit is contained in:
Jeff Morriss 2013-07-12 01:22:35 +00:00
parent 725a05be3f
commit 687cbef1a8
2 changed files with 3 additions and 4 deletions

View File

@ -26,10 +26,7 @@
#include <stdio.h>
#include <string.h>
#include <epan/proto.h>
#include <epan/packet.h>
#include <epan/prefs.h>
#include <stdlib.h>
#include "clopts_common.h"
#include "cmdarg_err.h"

View File

@ -25,6 +25,8 @@
#ifndef __CMDARG_ERR_H__
#define __CMDARG_ERR_H__
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */