change #includes for http_server.hh rename.

This commit is contained in:
Penn, John M 047828115 2019-08-19 15:22:20 -05:00
parent 776614997e
commit 9656b4fcb2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ PURPOSE:
LIBRARY DEPENDENCIES:
((src/http_server.cpp))
*************************************************************/
##include "mongoose_httpd/include/http_server.h"
##include "mongoose_httpd/include/http_server.hh"
class HttpSimObject : public Trick::SimObject {

View File

@ -34,7 +34,7 @@ Messages sent from Server to Client
}
*/
#include "../include/http_server.h"
#include "../include/http_server.hh"
#include "../include/WSSession.hh"
#include "../include/http_GET_handlers.hh"