MXS-2205 Combine internal monitor headers

Contents of monitor.h moved to monitor.hh
This commit is contained in:
Esa Korhonen
2018-11-30 17:56:47 +02:00
parent 0f755adc78
commit 344c7dde4a
14 changed files with 164 additions and 185 deletions

View File

@ -24,7 +24,7 @@
#include "httprequest.hh"
#include "httpresponse.hh"
#include "monitor.h"
#include "monitor.hh"
#include "service.hh"
#include "filter.hh"
#include "session.h"