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

@ -41,6 +41,7 @@
#include <maxscale/utils.h>
#include <maxscale/paths.h>
#include <maxscale/json_api.h>
#include <maxscale/http.hh>
#include "maxscale/config.h"
#include "maxscale/filter.h"