refactor(test): remove relative include
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include <myclib/mysocket.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../socket/mysocket.h"
|
||||
|
||||
void test_socket1(void) {
|
||||
sock_platform_init();
|
||||
struct addrinfo hints, *res, *p;
|
||||
|
||||
Reference in New Issue
Block a user