#include "text_content.h"
#include "web/html/form_validator.h"
#include "web/html/html_builder.h"
#include "web/http/cookie.h"
#include "web/http/http_session.h"
#include "web/http/request.h"
#include "web/http/session_manager.h"
TextContent::TextContent() :
PageContent() {
}
TextContent::~TextContent() {
}