Group common includes into common.h

Include config.h and compat.h in common.h, and include common.h from all
source files.
This commit is contained in:
Romain Vimont 2021-01-08 19:18:02 +01:00
commit 59feb2a15c
53 changed files with 30 additions and 63 deletions

View file

@ -2,7 +2,6 @@
#include <assert.h>
#include "config.h"
#include "util/lock.h"
#include "util/log.h"