Don't include config.h in the example plugin.

Wireshark's config.h isn't available to third-party plugins, and the
developers of the plugin might not even have their own config.h, so
don't include it in the example (if it *does* have its own config.h, the
developers will presumbly know that they should include it).
This commit is contained in:
Guy Harris 2021-11-12 12:53:21 -08:00
parent 2445180fa7
commit 6d96d8bbc2
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#define WS_BUILD_DLL
#include <wireshark.h>
#include <epan/packet.h>