Author: simon
Date: 2010-06-02 17:47:07 +0200 (Wed, 02 Jun 2010)
New Revision: 1682
Modified:
trunk/batctl/debugfs.c
Log:
batctl: remove inclusion of linux/magic.h
We don't really need it (at least it compiles without it), so
it should be okay to remove this dependency.
Signed-off-by: Simon Wunderlich <siwu(a)hrz.tu-chemnitz.de>
Modified: trunk/batctl/debugfs.c
===================================================================
--- trunk/batctl/debugfs.c 2010-05-26 14:13:49 UTC (rev 1681)
+++ trunk/batctl/debugfs.c 2010-06-02 15:47:07 UTC (rev 1682)
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
-#include <linux/magic.h>
#include <sys/vfs.h>
#include <sys/types.h>
#include <sys/stat.h>