[camera_web_server] Use header instead of mock struct (#7823)

This commit is contained in:
Keith Burzinski 2024-11-26 03:50:33 -06:00 committed by GitHub
parent 6e50e2aa65
commit 2eac8b6c46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
#include "esphome/core/helpers.h"
#include "esphome/core/preferences.h"
struct httpd_req;
struct httpd_req; // NOLINT(readability-identifier-naming)
namespace esphome {
namespace esp32_camera_web_server {