MXS-2197 Rename maxscale/log.h to maxscale/log.hh

In files either include maxscale/log.hh or remove include entirelly
as maxscale/ccdefs.hh includes it.
This commit is contained in:
Johan Wikman
2018-12-10 11:20:01 +02:00
parent 1b5b789342
commit c0c9a9858d
116 changed files with 64 additions and 123 deletions

View File

@ -16,12 +16,11 @@
* @file dcb.h The Descriptor Control Block
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <netinet/in.h>
#include <maxbase/poll.h>
#include <maxscale/authenticator.h>
#include <maxscale/buffer.h>
#include <maxscale/log.h>
#include <maxscale/modinfo.h>
#include <maxscale/protocol.h>
#include <maxscale/ssl.h>