Installed the latest ESPSoftware Serial library in the Arduino IDE Version: 2.3.3.
I am using a ESP8266 processor. I have removed the standard SoftwareSerial library from the files under the ESP8266 files to prevent having twice the same library.
When I compile my software I got an error on the line "#include <SoftwareSerial.h>"

Is there a solution for the problem?
Thanks in advance