added comment
[pspp-builds.git] / lib / gsl-extras / geometric.c
index 0426ed5a0b34875ea3834af459f0feff4c2bd22f..71b7481167c8bc5ff32b09749c89ea2302d71bf1 100644 (file)
@@ -15,7 +15,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /*
@@ -23,7 +23,6 @@
  * the probability of n or fewer failuers before success k.
  */
 
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>