source: trunk/test/stats.cc @ 69

Last change on this file since 69 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: 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.