remove old imports

This commit is contained in:
Florian Hoss 2022-04-20 08:21:04 +02:00
parent 790371a099
commit d0eeab9c52

View file

@ -1,17 +1,10 @@
#ifndef ESP32_FIREWALL_HPP
#define ESP32_FIREWALL_HPP
#include "Arduino.h"
#include "ArduinoJson.h"
#include "EEPROM.h"
#include "HTTPRequest.hpp"
#include "HTTPResponse.hpp"
#include "FirewallTypes.h"
#define eeprom_start_firewall_rules 4
using namespace httpsserver;
class esp32Firewall
{