source: tags/release-0.2/test/stats.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: 108 bytes
Line 
1// $Id: stats.cc 69 2006-02-13 00:46:30Z jari $
2
3#include "Stats.h"
4
5int main()
6{
7  using namespace theplu::svnstat;
8  Stats stats();
9  return 0;
10}
Note: See TracBrowser for help on using the repository browser.