Reworked very long string support for better encapsulation.
[pspp-builds.git] / lib / gsl-extras / betadistinv.c
index 76feb0d8d2ca8f82b797685c0ea9269672be210c..490914056d691e7fc7dd06dca94d299bde8db80f 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.
  */
 
 /*
@@ -33,7 +33,6 @@
  * August 1968, pages 1264-1273.
  */
 
-#include <config.h>
 #include <math.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_errno.h>