mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_upgrade: removed duplicated include
Reported by Martin Strunz (maddin200)
This commit is contained in:
@@ -27,13 +27,12 @@
|
||||
*/
|
||||
|
||||
#include "mhd_options.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
#ifndef WINDOWS
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user