Changeset 21044

Show
Ignore:
Timestamp:
02/23/08 09:07:35 (7 months ago)
Author:
patrick
Message:

Moved #includes from Debug.h to Debug.cpp where they are actually needed.
(Anything to reduce the complexity of vpr/Util/Debug.h speeds up compile
times.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/Util/Debug.cpp

    r20974 r21044  
    3636#include <vpr/vprConfig.h> 
    3737 
     38#include <stdlib.h> 
    3839#include <iostream> 
    3940#include <fstream> 
    4041#include <sstream> 
     42#include <vector> 
    4143#include <boost/concept_check.hpp> 
    4244 
  • juggler/trunk/modules/vapor/vpr/Util/Debug.h

    r20974 r21044  
    4040 
    4141#include <iostream> 
    42 #include <stdlib.h> 
    43 #include <vector> 
    4442#include <string> 
    4543#include <map> 
     
    352350      Mutex mDebugLock; 
    353351 
    354       //std::vector<bool> mAllowedCategories;  /**< The categories we allow */ 
    355  
    356352      struct CategoryInfo 
    357353      {