aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xml/xml_plugin.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-03-07 21:40:29 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-03-07 21:40:29 +0000
commit9a1a7629226f6072faf6193a9e9a5e975c39ca2d (patch)
tree79468b3d1ce5fe109034ad43d224f6a175de40cc /plugins/xml/xml_plugin.c
parent466603ba82f2fa1683758d3a16e813fc14d48de5 (diff)
remove remnants of the old plugin api from dissectors and plugins
svn path=/trunk/; revision=13656
Diffstat (limited to 'plugins/xml/xml_plugin.c')
-rw-r--r--plugins/xml/xml_plugin.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/xml/xml_plugin.c b/plugins/xml/xml_plugin.c
index 6c49f1d066..9727e02769 100644
--- a/plugins/xml/xml_plugin.c
+++ b/plugins/xml/xml_plugin.c
@@ -29,11 +29,12 @@
#include "config.h"
#endif
-#include "plugins/plugin_api.h"
+#include <glib.h>
+
+#ifndef ENABLE_STATIC
#include "moduleinfo.h"
#include <gmodule.h>
-#include "plugins/plugin_api_defs.h"
-
+#endif
/* these two are in packet-mate.c */
void proto_register_xml(void);