Changeset 747 for trunk/yat/regression


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

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

Location:
trunk/yat/regression
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/regression/Local.h

    r726 r747  
    2525*/
    2626
    27 #include "Kernel.h"
    28 #include "OneDimensionalWeighted.h"
    2927#include "yat/utility/vector.h"
    3028
     
    3432namespace yat {
    3533namespace regression {
     34
     35  class Kernel;
     36  class OneDimensionalWeighted;
    3637
    3738  ///
  • trunk/yat/regression/Polynomial.h

    r729 r747  
    2727#include "OneDimensional.h"
    2828#include "MultiDimensional.h"
    29 #include "yat/utility/vector.h"
    3029
    3130namespace theplu {
    3231namespace yat {
     32namespace utility {
     33  class vector;
     34}
    3335namespace regression {
    3436
Note: See TracChangeset for help on using the changeset viewer.