MXS-2020 Remove maxscale/debug.h
- Removed from all files. - maxbase/assert.h included where necessary.
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/hint.h>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
#include <iterator>
|
||||
#include <new>
|
||||
#include <vector>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/buffer.h>
|
||||
|
||||
namespace maxscale
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
#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/spinlock.h>
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2018 MariaDB Corporation Ab
|
||||
*
|
||||
* Use of this software is governed by the Business Source License included
|
||||
* in the LICENSE.TXT file and at www.mariadb.com/bsl11.
|
||||
*
|
||||
* Change Date: 2022-01-01
|
||||
*
|
||||
* On the date above, in accordance with the Business Source License, use
|
||||
* of this software will be governed by version 2 or later of the General
|
||||
* Public License.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/log.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
MXS_END_DECLS
|
||||
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -17,8 +17,6 @@
|
||||
#include <string>
|
||||
#include <time.h>
|
||||
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
/**
|
||||
* @brief Return the current HTTP-date
|
||||
*
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxbase/jansson.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxbase/assert.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <stdbool.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user