X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c420169baa7c50428589cca7f8eda71b462eb15..25a48bd06bd5979d201cddde99e2dec1eb54c184:/src/xrdb.c diff --git a/src/xrdb.c b/src/xrdb.c index 8356ab8a45..90afe32bb6 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -1,6 +1,5 @@ /* Deal with the X Resource Manager. - Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1990, 1993-1994, 2000-2011 Free Software Foundation, Inc. Author: Joseph Arceneaux Created: 4/90 @@ -22,10 +21,7 @@ along with GNU Emacs. If not, see . */ #include -#ifdef HAVE_UNISTD_H #include -#endif - #include #include @@ -767,5 +763,3 @@ main (argc, argv) } #endif /* TESTRM */ -/* arch-tag: 37e6fbab-ed05-4363-9e76-6c4109ed511f - (do not change this comment) */