diff options
author | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-07-01 17:05:49 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-07-01 17:05:49 +0200 |
commit | 4cfc365e4bb01be45c3c3dcaf3b50def7def24d6 (patch) | |
tree | 75c72d9bee8b0b26392700f28811474a9c81d041 | |
parent | 86061924ff38fc6508f6d4c03dc9d31a5394faf4 (diff) |
Further cleanup
-rw-r--r-- | inotail.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ #ifndef _INOTAIL_H #define _INOTAIL_H -#include <limits.h> -#include <stdlib.h> - /* Number of items to tail. */ #define DEFAULT_N_LINES 10 |