~blep/cppunit2/trunk

« back to all changes in this revision

Viewing changes to cppunit2/include/cpput/assertcommon.h

  • Committer: Baptiste Lepilleur
  • Date: 2009-06-28 11:58:52 UTC
  • Revision ID: blep@users.sourceforge.net-20090628115852-nlofdk3hfzh90ojl
 Moved cpput/equality.h into cpput/testing.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef CPPUT_ASSERT_H_INCLUDED
2
2
# define CPPUT_ASSERT_H_INCLUDED
3
3
 
4
 
# include <cpput/equality.h>
 
4
# include <cpput/testing.h>
5
5
# include <cpput/message.h>
6
6
# include <cpput/stringize.h>
7
7
# include <cpput/testinfo.h>