X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fcommon.h;h=f2c764b53495389e6e17752c3e82261281b0a7df;hb=8a870a65d0afc49455b4b5ff2b0ce585e0bd8339;hp=f53cc5571f2206e705ce6528ab5bfc0c3389256f;hpb=1be6d4a6aebabe0f302b5f267bc3bdff6e084517;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"