summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cat.c b/src/cat.c
index 22a4b6eac..d12144590 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -1,5 +1,5 @@
/* cat -- concatenate files and print on the standard output.
- Copyright (C) 88, 90, 91, 1995-2006 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1995-2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -37,7 +37,6 @@
#include "system.h"
#include "error.h"
#include "full-write.h"
-#include "getpagesize.h"
#include "quote.h"
#include "safe-read.h"