Changeset 2316


Ignore:
Timestamp:
Aug 20, 2010, 6:04:49 AM (13 years ago)
Author:
Peter
Message:

remove includes not needed

Location:
trunk/yat/statistics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/Fisher.cc

    r2210 r2316  
    9393    // If a column sum or a row sum is zero, the table is nonsense
    9494    if ((a==0 || d==0) && (c==0 || b==0)){
    95       throw utility::runtime_error("runtime_error: Table in Fisher is not valid\n");
     95      throw utility::runtime_error("Table in Fisher is not valid\n");
    9696    }
    9797    a_ = a;
  • trunk/yat/statistics/Fisher.h

    r2119 r2316  
    2525*/
    2626
    27 #include "Score.h"
    28 
    29 #include <cmath>
    30 
    3127namespace theplu {
    3228namespace yat {
    33 namespace utility {
    34   class vector;
    35 }
    3629namespace statistics { 
    3730  /**
Note: See TracChangeset for help on using the changeset viewer.