Show
Ignore:
Timestamp:
09/07/09 12:43:48 (15 years ago)
Author:
bhilburn
Message:

First step in revamping component architecture in preperation for fixing
the CBR implementation. Files only now include the declaration for the
component they need - not all of them.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/policy_engines/PolicyEngine.cpp

    r411 r465  
    2424 
    2525#include "vtcross/common.h" 
    26 #include "vtcross/components.h" 
    2726#include "vtcross/containers.h" 
    2827#include "vtcross/debug.h" 
    2928#include "vtcross/error.h" 
     29#include "vtcross/policy_engine.h" 
    3030#include "vtcross/socketcomm.h" 
    3131