source: tags/release-0.2/test/file.cc @ 586

Last change on this file since 586 was 69, checked in by Jari Häkkinen, 17 years ago

Removed unused #include directives.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 198 bytes
Line 
1// $Id: file.cc 69 2006-02-13 00:46:30Z jari $
2
3#include "File.h"
4#include "Directory.h"
5
6#include <string>
7
8int main()
9{
10  using namespace theplu::svnstat;
11  std::string path("file.cc");
12  File file(path);
13  file.parse();
14  return 0;
15}
Note: See TracBrowser for help on using the repository browser.