afilter/discard: Remove config includes

This commit is contained in:
Martin Piatka
2026-02-24 11:40:13 +01:00
parent 7a9ce0d7a0
commit e26b39fa32

View File

@@ -35,14 +35,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#endif /* HAVE_CONFIG_H */
#include <memory>
#include <string_view>
#include "debug.h"
#include "module.h"