MXS-2020 Remove maxscale/debug.h

- Removed from all files.
- maxbase/assert.h included where necessary.
This commit is contained in:
Johan Wikman
2018-08-22 10:30:46 +03:00
parent 3f53eddbde
commit ab9a9f92cb
52 changed files with 40 additions and 68 deletions

View File

@ -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>

View File

@ -17,6 +17,7 @@
#include <iterator>
#include <new>
#include <vector>
#include <maxbase/assert.h>
#include <maxscale/buffer.h>
namespace maxscale

View File

@ -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>

View File

@ -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

View File

@ -17,7 +17,6 @@
*/
#include <maxscale/cdefs.h>
#include <maxscale/debug.h>
MXS_BEGIN_DECLS

View File

@ -17,8 +17,6 @@
#include <string>
#include <time.h>
#include <maxscale/debug.h>
/**
* @brief Return the current HTTP-date
*

View File

@ -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
{

View File

@ -20,7 +20,7 @@
#include <stdint.h>
#include <maxscale/debug.h>
#include <maxbase/assert.h>
MXS_BEGIN_DECLS

View File

@ -25,7 +25,6 @@
#include <maxscale/cdefs.h>
#include <stdbool.h>
#include <maxscale/debug.h>
MXS_BEGIN_DECLS