epoll: drop include <stdio.h>

This commit is contained in:
Bert Belder 2017-09-14 01:45:41 +02:00
parent 2a7b9be01d
commit c4f9f5c3d7

View File

@ -2,7 +2,6 @@
#include <malloc.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "afd.h"