Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 15, 2024
1 parent 4020494 commit e3bcf11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ksf/comp/ksMqttConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "../ksApplication.h"
#include "../ksConstants.h"
#include "../ksConfig.h"
#include "../ksCertUtils.h"
#include "../misc/ksCertUtils.h"
#include "ksWifiConnector.h"
#include "ksMqttConnector.h"
#include "ksMqttConfigProvider.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ksf/ksCertUtils.cpp → src/ksf/misc/ksCertUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

#include "ksCertUtils.h"
#include "ksConstants.h"
#include "../ksConstants.h"

namespace ksf
{
Expand Down
3 changes: 1 addition & 2 deletions src/ksf/ksCertUtils.h → src/ksf/misc/ksCertUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

#pragma once

#include <WiFiClientSecure.h>

#include <string>
#include <stdint.h>
#include <WiFiClientSecure.h>

namespace ksf
{
Expand Down

0 comments on commit e3bcf11

Please sign in to comment.