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:
@ -11,14 +11,14 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
#include <maxbase/log.h>
|
||||
#include <maxbase/log.hh>
|
||||
#include <maxbase/logger.hh>
|
||||
|
||||
#include <maxscale/config.hh>
|
||||
|
Reference in New Issue
Block a user