Skip to content

Commit

Permalink
moving http_parser from utility to utility/URLParser
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Mar 14, 2024
1 parent 482e088 commit 9ea6ace
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
ignore-words-list = ,
check-filenames =
check-hidden =
skip = ./.git,./src/utility
skip = ./.git,./src/utility/URLParser
2 changes: 1 addition & 1 deletion src/URLParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#ifndef _MBED_HTTP_PARSED_URL_H_
#define _MBED_HTTP_PARSED_URL_H_

#include "utility/http_parser.h"
#include "utility/URLParser/http_parser.h"

class ParsedUrl {
public:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ea6ace

Please sign in to comment.