Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/UnitTestMain.cpp

    rc39cc4 r9b6b2f  
    66 */
    77
     8#include <cppunit/CompilerOutputter.h>
     9#include <cppunit/extensions/TestFactoryRegistry.h>
     10#include <cppunit/ui/text/TestRunner.h>
     11
    812// include config.h
    913#ifdef HAVE_CONFIG_H
    1014#include <config.h>
    1115#endif
    12 
    13 #include <cppunit/CompilerOutputter.h>
    14 #include <cppunit/extensions/TestFactoryRegistry.h>
    15 #include <cppunit/ui/text/TestRunner.h>
    1616
    1717/********************************************** Main routine **************************************/
     
    3535  return wasSucessful ? 0 : 1;
    3636};
    37 
Note: See TracChangeset for help on using the changeset viewer.