source: tags/release-0.2/test/directory.cc

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

Removed unused #include directives.

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