Minor cleanup of config.[h|c]

- Add const where applicable.
- Cleanup header files.

Fix collateral damage (statistics.c) as well.
This commit is contained in:
Johan Wikman
2016-10-27 15:44:42 +03:00
parent bbade8b736
commit 1be3bb9b8d
3 changed files with 52 additions and 66 deletions

View File

@ -24,9 +24,10 @@
*/
#include <maxscale/statistics.h>
#include <string.h>
#include <maxscale/alloc.h>
#include <maxscale/config.h>
#include <string.h>
#include <maxscale/debug.h>
#include <maxscale/platform.h>
static int thread_count = 0;