build: update gnulib submodule to latest
[debian/gzip] / bits.c
diff --git a/bits.c b/bits.c
index 6db2caa84b64c935f04868a0abfec7e25119f511..3501b5296fdc40d0d67ca66a03e02d222de5a5df 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings
 
-   Copyright (C) 1999, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
@@ -67,7 +67,6 @@
 #include <config.h>
 #include "tailor.h"
 #include "gzip.h"
-#include "crypt.h"
 
 #ifdef DEBUG
 #  include <stdio.h>