summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-07-01 17:05:49 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-07-01 17:05:49 +0200
commit4cfc365e4bb01be45c3c3dcaf3b50def7def24d6 (patch)
tree75c72d9bee8b0b26392700f28811474a9c81d041 /inotail.h
parent86061924ff38fc6508f6d4c03dc9d31a5394faf4 (diff)
Further cleanup
Diffstat (limited to 'inotail.h')
-rw-r--r--inotail.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/inotail.h b/inotail.h
index 89ff400..c2efbe8 100644
--- a/inotail.h
+++ b/inotail.h
@@ -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