Skip to content

Commit

Permalink
🐛fix header file problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Dec 2, 2024
1 parent 2a1c12a commit 709b2dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/minet/core/HttpContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#include "minet/utils/Parser.h"

#include "io/StreamReader.h"

#include <string>
#include <unordered_map>

Expand All @@ -19,6 +17,7 @@ MINET_BEGIN
namespace io
{
class Stream;
class StreamReader;
}

namespace network
Expand Down

0 comments on commit 709b2dd

Please sign in to comment.