mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
include "microhttpd2.h" instead of <microhttpd2.h> in tests
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <microhttpd2.h>
|
||||
#include "microhttpd2.h"
|
||||
|
||||
/* Helper macros */
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <microhttpd2.h>
|
||||
#include "microhttpd2.h"
|
||||
|
||||
/**
|
||||
* Information about the current phase.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @brief test with client against server
|
||||
* @author Christian Grothoff
|
||||
*/
|
||||
#include <microhttpd2.h>
|
||||
#include "microhttpd2.h"
|
||||
#include "mhd_config.h"
|
||||
#include "libtest.h"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @brief test with client against server
|
||||
* @author Christian Grothoff
|
||||
*/
|
||||
#include <microhttpd2.h>
|
||||
#include "microhttpd2.h"
|
||||
#include "mhd_config.h"
|
||||
#include "libtest.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user