X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fprogname.h;h=a5d9a04c83f9e5791803ac521ee1d24fae8ae2e8;hb=5fa5d3d767b29cf1d757609afbb56459b09743fa;hp=2088e00762c5a279483d93acb9872bc6172b3d42;hpb=a0b977a430af88ff58d9596a60670936eb7f1d31;p=gnulib.git diff --git a/lib/progname.h b/lib/progname.h index 2088e0076..a5d9a04c8 100644 --- a/lib/progname.h +++ b/lib/progname.h @@ -14,13 +14,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _PROGNAME_H #define _PROGNAME_H -#include - /* Programs using this file should do the following in main(): set_program_name (argv[0]); */