rem: do not include config.h

The build system ensures it is always included for every source file.

Merge branch 'aydin/no-include-config-h' into 'main'

See merge request isc-projects/bind9!9320
This commit is contained in:
Aydın Mercan 2024-08-15 12:12:15 +00:00
commit 936975a9ae

View file

@ -24,7 +24,6 @@
#include <isc/uv.h>
#include <isc/xml.h>
#include "config.h"
#include "mem_p.h"
#include "mutex_p.h"
#include "os_p.h"