Reworked very long string support for better encapsulation.
[pspp-builds.git] / lib / gsl-extras / poisson.c
index 98f584ad5ebdf13afb5e8c23632ede80fb41e4b3..6da18aba8ac2e4a18a005ce278d147a08a594da0 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.
  */
 /*
  * Computes the cumulative distribution function for a Poisson
@@ -32,7 +32,6 @@
  * Applications," volume 1. Wiley, 1968. Exercise 46, page 173,
  * chapter 6.
  */
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>