MXS-1220: Make the http.hh header public

As it contains utility functions for formatting time_t values to HTTP-date
values, there's no real need to make it an internal header.
This commit is contained in:
Markus Mäkelä
2017-05-15 09:13:31 +03:00
parent 112977e011
commit 551f635f50
8 changed files with 8 additions and 9 deletions

View File

@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <sys/stat.h>
#include <maxscale/atomic.h>
#include <maxscale/debug.h>
@ -31,10 +32,9 @@
#include <maxscale/utils.h>
#include <maxscale/config.h>
#include <maxscale/hk_heartbeat.h>
#include <sys/stat.h>
#include <maxscale/http.hh>
#include "maxscale/resource.hh"
#include "maxscale/http.hh"
using std::string;
using std::ifstream;