X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount.c;h=4ec5fb79e8bcd8bbd8e4b68334309796004f2b19;hb=f14feb1eddfe5760a64640b98ab7bbc5c493f614;hp=6555b4185d5353216e6b2e4cb4212fd7ed90e3e1;hpb=cadd56ca4dd15b17f98f9d606d7054827182205b;p=collectd.git diff --git a/src/utils_mount.c b/src/utils_mount.c index 6555b418..4ec5fb79 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -20,20 +20,18 @@ * Niki W. Waibel **/ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include "collectd.h" +#include "utils_mount.h" + +#include "common.h" /* sstrncpy() et alii */ +#include "plugin.h" /* ERROR() macro */ -#include "common.h" #if HAVE_XFS_XQM_H # include #define XFS_SUPER_MAGIC_STR "XFSB" #define XFS_SUPER_MAGIC2_STR "BSFX" #endif -#include "plugin.h" -#include "utils_mount.h" - #if HAVE_GETVFSSTAT # if HAVE_SYS_TYPES_H # include