Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/unittests/ShapeUnittest.cpp

    rc5186e rbf3817  
    66 */
    77
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include "ShapeUnittest.hpp"
    914
     
    1217#include <cppunit/ui/text/TestRunner.h>
    1318
    14 #include <cmath>
    15 
    1619#ifdef HAVE_TESTRUNNER
    1720#include "UnitTestMain.hpp"
     
    2023#include "LinearAlgebra/Vector.hpp"
    2124#include "Shapes/Shape.hpp"
    22 
    23 #include "Shapes/BaseShapes.hpp"
    2425
    2526// Registers the fixture into the 'registry'
     
    183184
    184185}
    185 
    186186void ShapeUnittest::operatorTest(){
    187187  {
Note: See TracChangeset for help on using the changeset viewer.