Changeset 21041

Show
Ignore:
Timestamp:
02/23/08 08:06:24 (9 months ago)
Author:
patrick
Message:

Removed a whole slew of unused #includes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/Thread/ThreadPool.cpp

    r21040 r21041  
    3636#include <vpr/vprConfig.h> 
    3737 
    38 #include <new> 
    39 #include <stdlib.h> 
    40 #include <stdio.h> 
    41 #include <errno.h> 
    42 #include <sys/types.h> 
    43  
    44 #ifdef HAVE_UNISTD_H 
    45 #  include <unistd.h> 
    46 #endif 
    47  
    48 #ifdef HAVE_SYS_TIME_H 
    49 #  include <sys/time.h> 
    50 #endif 
    51  
    52 #ifndef VPR_OS_Windows 
    53 #  include <sys/resource.h> 
    54 #endif 
    55  
     38#include <cstdlib> 
    5639#include <boost/bind.hpp> 
    5740