Skip to content

Commit 9ea6ace

Browse files
moving http_parser from utility to utility/URLParser
1 parent 482e088 commit 9ea6ace

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
ignore-words-list = ,
55
check-filenames =
66
check-hidden =
7-
skip = ./.git,./src/utility
7+
skip = ./.git,./src/utility/URLParser

src/URLParser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#ifndef _MBED_HTTP_PARSED_URL_H_
3131
#define _MBED_HTTP_PARSED_URL_H_
3232

33-
#include "utility/http_parser.h"
33+
#include "utility/URLParser/http_parser.h"
3434

3535
class ParsedUrl {
3636
public:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)