Skip to content

Commit

Permalink
code refactoring and optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Feb 2, 2025
1 parent a3e1888 commit f65bcd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/AsyncClient/RequestHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include "./core/Utils/StringUtil.h"
#include "./core/Utils/URL.h"
#include "./core/Utils/Base64.h"
#include "./core/AsyncClient/ConnectionHandler.h"
#include "./core/Auth/Token/AppToken.h"
#if defined(ENABLE_ASYNC_TCP_CLIENT)
#include "./core/AsyncClient/AsyncTCPConfig.h"
#endif
Expand Down
1 change: 1 addition & 0 deletions src/core/AsyncClient/ResponseHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <Arduino.h>
#include <Client.h>
#include "./core/Error.h"
#include "./core/AsyncClient/ConnectionHandler.h"
#include "./core/AsyncClient/RequestHandler.h"
#include "./core/Utils/StringUtil.h"
#if defined(ENABLE_ASYNC_TCP_CLIENT)
Expand Down
2 changes: 2 additions & 0 deletions src/core/AsyncClient/SlotOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "./core/Auth/Token/AppToken.h"

using namespace firebase_ns;

struct slot_options_t
{
public:
Expand Down

0 comments on commit f65bcd5

Please sign in to comment.