Skip to content
Snippets Groups Projects
Commit fa7de88e authored by Robert Edmonds's avatar Robert Edmonds Committed by Robert Edmonds
Browse files

tcp-handler: Remove #include <cap-ng.h>

This commit removes the conditional import of <cap-ng.h> in tcp-handler,
because there are no dependencies on the libcap-ng API in tcp-handler.c.
parent fd7f3f39
No related branches found
No related tags found
1 merge request!864Linux capabilities rewrite
......@@ -28,9 +28,6 @@
#ifdef HAVE_SYS_UIO_H // struct iovec (OpenBSD)
#include <sys/uio.h>
#endif // HAVE_SYS_UIO_H
#ifdef HAVE_CAP_NG_H
#include <cap-ng.h>
#endif /* HAVE_CAP_NG_H */
#include "dnssec/random.h"
#include "knot/server/server.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment