Reorganized test code

This commit is contained in:
Joel Holdsworth 2009-01-24 12:26:50 +00:00
parent c0d0081677
commit 2f12e5b239
2 changed files with 4 additions and 4 deletions

View file

@ -22,6 +22,10 @@
#include "sequence.hpp"
// TEST CODE
#include "group-track.hpp"
#include "clip-track.hpp"
using namespace boost;
namespace gui {

View file

@ -29,10 +29,6 @@
#include "parent-track.hpp"
// TEST CODE
#include "group-track.hpp"
#include "clip-track.hpp"
namespace gui {
namespace model {