Get rid of a whole bunch of things that are supposed to be included by

source files rather than header files in most if not all cases.

svn path=/trunk/; revision=51908
This commit is contained in:
Guy Harris 2013-09-09 23:33:51 +00:00
parent d3f277c015
commit 0df1640896
1 changed files with 0 additions and 18 deletions

View File

@ -26,24 +26,6 @@
#ifndef __FOLLOW__H__
#define __FOLLOW__H__
#include "glib.h"
#include <epan/follow.h>
#include <epan/dissectors/packet-ipv6.h>
#include <epan/prefs.h>
#include <epan/addr_resolv.h>
#include <epan/charsets.h>
#include <epan/epan_dissect.h>
#include <epan/filesystem.h>
#include <epan/ipproto.h>
#include <epan/charsets.h>
#include "config.h"
#include "globals.h"
#include "file.h"
#include "version_info.h"
#ifdef SSL_PLUGIN
#include "packet-ssl-utils.h"
#else