X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=blobdiff_plain;f=src%2Fstorage_number.c;h=70eb638462825dc1faa3585a13a0ccdf76e3e7d6;hp=df80bf725cfb310795a2b3c2201f3c514d0b2560;hb=f399edf7dffc296873c14fa0fca3f593674b291a;hpb=929fcc7b073a75c861a3d9025859bcfeffaa7875 diff --git a/src/storage_number.c b/src/storage_number.c index df80bf72..70eb6384 100644 --- a/src/storage_number.c +++ b/src/storage_number.c @@ -1,21 +1,4 @@ -#ifdef HAVE_CONFIG_H -#include -#endif -#ifdef STORAGE_WITH_MATH -#include -#endif - #include "common.h" -#include "log.h" -#include "storage_number.h" - -#if __GNUC__ -#if __x86_64__ || __ppc64__ -#define ENVIRONMENT64 -#else -#define ENVIRONMENT32 -#endif -#endif extern char *print_number_lu_r(char *str, unsigned long uvalue); extern char *print_number_llu_r(char *str, unsigned long long uvalue);