Changeset 2141


Ignore:
Timestamp:
09/04/2008 21:31:06 (4 years ago)
Author:
chris
Message:

Reorganise includes in test main template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/buildenv-testmain-template.cpp

    r2111 r2141  
    1919#include "Box.h" 
    2020 
    21 #include "stdio.h" 
    22 #include <exception> 
    23 #include <sys/types.h> 
     21#include <errno.h> 
     22#include <fcntl.h> 
     23#include <stdarg.h> 
     24#include <stdlib.h> 
     25#include <stdio.h> 
    2426#include <unistd.h> 
    25 #include <stdlib.h> 
    26 #include <stdarg.h> 
    27 #include <fcntl.h> 
    28 #include <errno.h> 
    29 #include <string> 
    3027 
    3128#ifdef HAVE_GETOPT_H 
     
    3330#endif 
    3431 
    35 #ifdef WIN32 
    36         #include "emu.h" 
    37 #else 
    38         #include <syslog.h> 
    39 #endif 
    40  
     32#include <sys/stat.h> 
     33#include <sys/types.h> 
     34 
     35#include <exception> 
    4136#include <string> 
    4237 
Note: See TracChangeset for help on using the changeset viewer.