git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49222 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1,6 +1,6 @@
/* @(#)inverse.c 2.1 6/26/87 */
#include <math.h>
-#include <grass/libtrans.h>
+#include <grass/transform.h>
#define EPSILON 1.0e-16
/* @(#)m_mult.c 2.1 6/26/87 */
#include <stdio.h>
#define N 3
@@ -50,7 +50,7 @@ residuals_b_predicts_a (ax,ay,bx,by,use,n,residuals,rms)
/* the coefficients */
static double A0, A1, A2, A3, A4, A5;