Changeset 747 for trunk/yat/microarray


Ignore:
Timestamp:
Feb 11, 2007, 2:26:41 PM (16 years ago)
Author:
Peter
Message:

replaced includes in header files with forward declarations when possible. Added some includes in cc files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/microarray/DataSet.h

    r720 r747  
    2626
    2727#include "yat/classifier/MatrixLookup.h"
    28 #include "yat/classifier/Target.h"
    2928
    3029#include <map>
     
    3433namespace theplu {
    3534namespace yat {
     35namespace classifier {
     36  class Target;
     37}
    3638namespace microarray {
    3739
Note: See TracChangeset for help on using the changeset viewer.