diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-26 20:05:48 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-26 20:05:48 +0100 |
commit | 9cf7b53dd6e14b23f9d8e5c60e30aeda2da83fc1 (patch) | |
tree | 6f562cf66862535bc7452858c8415bfcd99a6ed0 | |
parent | ae28e7c8b1c93c574081af79c54c02a4e916d3d8 (diff) | |
download | fastd-9cf7b53dd6e14b23f9d8e5c60e30aeda2da83fc1.tar fastd-9cf7b53dd6e14b23f9d8e5c60e30aeda2da83fc1.zip |
Remove unused include
-rw-r--r-- | src/capabilities.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/capabilities.c b/src/capabilities.c index 5ad2e45..42b2e8f 100644 --- a/src/capabilities.c +++ b/src/capabilities.c @@ -28,8 +28,6 @@ #ifdef WITH_CAPABILITIES -#include <linux/securebits.h> - #include <sys/capability.h> #include <sys/prctl.h> |