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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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