X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_latency.c;h=ca7d5fab3d582672554f344fb9ed60791fdbb1f1;hb=f14feb1eddfe5760a64640b98ab7bbc5c493f614;hp=efca6d296b8f743514e023e177325017bdc8d6e5;hpb=8d913d388c069a43ca92683b60c86607630ee9bd;p=collectd.git diff --git a/src/utils_latency.c b/src/utils_latency.c index efca6d29..ca7d5fab 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