Code

src/common.c: Reimplement format_name for performance.
[collectd.git] / src / utils_mount.h
index cab5c01ea5ea2c783629826cbb361eb9f6f3050f..83f789be9cd3acdf7f5535cb2e41ed035e3cbc2b 100644 (file)
 
 /* See below for instructions how to use the public functions. */
 
-#if !COLLECTD_UTILS_MOUNT_H
+#ifndef COLLECTD_UTILS_MOUNT_H
 #define COLLECTD_UTILS_MOUNT_H 1
 
-#include "common.h"
-
+#include <stdio.h>
 #if HAVE_FS_INFO_H
 # include <fs_info.h>
 #endif