X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fcommon.h;h=f2c764b53495389e6e17752c3e82261281b0a7df;hb=68c6d537788b9c11670903bce2e9806933a3322a;hp=f53cc5571f2206e705ce6528ab5bfc0c3389256f;hpb=1b9e70dfd788fa42ec69ee254f05c8965fa3612f;p=netdata.git diff --git a/src/common.h b/src/common.h index f53cc557..f2c764b5 100644 --- a/src/common.h +++ b/src/common.h @@ -168,10 +168,11 @@ // ---------------------------------------------------------------------------- // netdata include files -#include "simple_pattern.h" -#include "avl.h" #include "clocks.h" #include "log.h" +#include "locks.h" +#include "simple_pattern.h" +#include "avl.h" #include "global_statistics.h" #include "storage_number.h" #include "web_buffer.h"