diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-19 23:03:49 -0700 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-19 23:03:49 -0700 |
commit | 38f27948cdafd8a4b90a6b4f1f54b89891983506 (patch) | |
tree | 1d4f2483572bc71e68bd44b6097aa1940551dcd3 /udev/udev.h | |
parent | a4354f9385fa6854360729678491da64be996f03 (diff) |
always include config.h from Makefile
Diffstat (limited to 'udev/udev.h')
-rw-r--r-- | udev/udev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/udev/udev.h b/udev/udev.h index 55814cee0e..b8ae5f00a8 100644 --- a/udev/udev.h +++ b/udev/udev.h @@ -19,8 +19,6 @@ #ifndef _UDEV_H_ #define _UDEV_H_ -#include "config.h" - #include <sys/types.h> #include <sys/param.h> |