Changeset 211

Show
Ignore:
Timestamp:
03/26/09 13:05:40 (15 years ago)
Author:
bhilburn
Message:

Removing unnecessary includes and adding one to components.h that
apparently was only working because of other included files.

Location:
vtcross/trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/components.h

    r209 r211  
    1919 
    2020 
     21#include <cstring> 
    2122#include <stdint.h> 
    2223#include <string> 
  • vtcross/trunk/src/shell/shell_demo.cpp

    r207 r211  
    1414 
    1515#include <cstdlib> 
    16 #include <cstring> 
    1716#include <stdint.h> 
    1817 
    1918#include "vtcross/common.h" 
    2019#include "vtcross/components.h" 
    21 #include "vtcross/containers.h" 
    22 #include "vtcross/debug.h" 
    2320#include "vtcross/error.h" 
    24 #include "vtcross/socketcomm.h" 
    2521 
    2622