~charon-developers/charon-core/trunk

« back to all changes in this revision

Viewing changes to src/FileTool.cpp

  • Committer: jmgottfried
  • Date: 2010-03-16 15:18:38 UTC
  • Revision ID: svn-v4:7d56a235-2f8b-4627-957e-5f30cc86da59:charon-core/trunk:680
moved header files to seperate include directory

this makes e.g. Compile and Load test work even if charon-core is not yet installed
and gives a chance to get charon-meta working

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 *  @remark Based on FileTool.hxx by Daniel Kondermann.
22
22
 */
23
23
 
24
 
#include "FileTool.h"
 
24
#include <charon-core/FileTool.h>
25
25
#include <iostream>
26
26
 
27
27
#if defined(sun)         || defined(__sun)       || defined(linux) \
53
53
#error "Operating system not recognized!"
54
54
#endif
55
55
 
56
 
#include "StringTool.h"
 
56
#include <charon-core/StringTool.h>
57
57
#include <algorithm>
58
58
#include <sstream>
59
59
#include <fstream>