Show
Ignore:
Timestamp:
08/26/09 17:19:39 (15 years ago)
Author:
bhilburn
Message:

Fixed local includes. In order for autofoo installs to work, the
install breaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp

    r438 r439  
    2727 
    2828 
     29#include <cmath> 
     30#include <cstring> 
    2931#include <stdlib.h> 
    3032#include <string.h> 
    3133#include <stdio.h> 
    32 #include <cstring> 
    3334#include <stdint.h> 
    34  
    35 #include "vtcross/common.h" 
    36  
    37 #include "components.h" 
    38 #include "vtcross/containers.h" 
    39 #include "vtcross/debug.h" 
    40 #include "vtcross/error.h" 
    41 #include "vtcross/socketcomm.h" 
    42 #include <cstring> 
    43 #include <stdint.h> 
    44 #include <math.h> 
    4535 
    4636#include <arpa/inet.h> 
     
    5848#include "tinyxml/tinystr.h" 
    5949 
    60 #include "sqlite3.h" 
     50#include <sqlite3.h> 
     51 
     52#include "vtcross/debug.h" 
     53#include "vtcross/error.h" 
     54#include "vtcross/common.h" 
     55#include "vtcross/components.h" 
     56#include "vtcross/containers.h" 
     57#include "vtcross/socketcomm.h" 
     58 
    6159 
    6260typedef struct services_s *services_DB;