From 71d94aa4c911dfa171168ea878b6f600413ddc69 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Jul 2016 19:58:37 +0000 Subject: [PATCH] No more need for explicit includes of sync64.f90 and averms.f90. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6940 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/qra64a.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/qra64a.f90 b/lib/qra64a.f90 index fad0ca93b..d9b037bc1 100644 --- a/lib/qra64a.f90 +++ b/lib/qra64a.f90 @@ -180,6 +180,3 @@ subroutine spec64(dd,j0,s,savg,ss) return end subroutine spec64 - -include 'sync64.f90' -include 'averms.f90'