Skip to content

Commit

Permalink
Changing order of includes
Browse files Browse the repository at this point in the history
This change makes resolves compilation issues where ordering matters.
  • Loading branch information
whart222 committed Nov 12, 2012
1 parent b150817 commit 9df5965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxxtest/Root.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
// the parts that must be in a source file file.
//

#include <cxxtest/ValueTraits.cpp>
#include <cxxtest/Descriptions.cpp>
#include <cxxtest/DummyDescriptions.cpp>
#include <cxxtest/GlobalFixture.cpp>
#include <cxxtest/LinkedList.cpp>
#include <cxxtest/RealDescriptions.cpp>
#include <cxxtest/TestSuite.cpp>
#include <cxxtest/TestTracker.cpp>
#include <cxxtest/ValueTraits.cpp>

#endif // __cxxtest__Root_cpp__

0 comments on commit 9df5965

Please sign in to comment.