Rename HTTP server files

This commit is contained in:
wheremyfoodat 2023-07-28 14:21:00 +03:00
parent 9a71713b56
commit bceaf3b6b7
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
#include "httpserver.hpp"
#include "http_server.hpp"
#include <fstream>
#include <sstream>