summaryrefslogtreecommitdiff
path: root/plugins/stats_tree
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 01:29:52 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 01:29:52 +0000
commit3551a86c36fa9f27dede601320a812d2ce0ae941 (patch)
treec74c0f93eaeda6f2bc7f09898a85431eea7e381b /plugins/stats_tree
parent3e05236eff6c7f3638f7a1b94ca9a1f398e673a1 (diff)
downloadwireshark-3551a86c36fa9f27dede601320a812d2ce0ae941.tar.gz
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45015
Diffstat (limited to 'plugins/stats_tree')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c2
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index 02467d24d3..e4ada8e9ac 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -24,9 +24,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <epan/stats_tree.h>
#include <epan/prefs.h>
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index 9bda985a27..3f0614b89f 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -24,9 +24,7 @@
*/
#ifndef ENABLE_STATIC
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <gmodule.h>