X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_latency.c;h=7a607e430de7112f56c342cf956409eb4c5e1728;hb=aedf67e69cbe93a6925fd1004a7c8b990aed4b0a;hp=a21b7e8deaabbffa77f4922cb47c58860fe761ca;hpb=6c613b51563736dcb081aaa20490f16458338336;p=collectd.git diff --git a/src/utils_latency.c b/src/utils_latency.c index a21b7e8d..7a607e43 100644 --- a/src/utils_latency.c +++ b/src/utils_latency.c @@ -1,6 +1,6 @@ /** * collectd - src/utils_latency.c - * Copyright (C) 2013 Florian Forster + * Copyright (C) 2013 Florian Forster * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -24,14 +24,14 @@ * Florian Forster **/ +#include +#include + #include "collectd.h" #include "plugin.h" #include "utils_latency.h" #include "common.h" -#include -#include - #ifndef LLONG_MAX # define LLONG_MAX 9223372036854775807LL #endif @@ -117,7 +117,7 @@ static void change_bin_width (latency_counter_t *lc, cdtime_t latency) /* {{{ */ CDTIME_T_TO_DOUBLE (new_bin_width)); } /* }}} void change_bin_width */ -latency_counter_t *latency_counter_create () /* {{{ */ +latency_counter_t *latency_counter_create (void) /* {{{ */ { latency_counter_t *lc;