Skip to content

Commit 3aadfc2

Browse files
committed
fixed include directives
1 parent 5914113 commit 3aadfc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

headers/websocket.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <stdbool.h>
55
#include <stdlib.h>
66

7-
#include "headers/protocol.h"
8-
#include "headers/reader.h"
7+
#include "protocol.h"
8+
#include "reader.h"
99
#include "unicode_str.h"
1010

1111
/**

0 commit comments

Comments
 (0)