Reorganized test code
This commit is contained in:
parent
c0d0081677
commit
2f12e5b239
2 changed files with 4 additions and 4 deletions
|
|
@ -22,6 +22,10 @@
|
|||
|
||||
#include "sequence.hpp"
|
||||
|
||||
// TEST CODE
|
||||
#include "group-track.hpp"
|
||||
#include "clip-track.hpp"
|
||||
|
||||
using namespace boost;
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@
|
|||
|
||||
#include "parent-track.hpp"
|
||||
|
||||
// TEST CODE
|
||||
#include "group-track.hpp"
|
||||
#include "clip-track.hpp"
|
||||
|
||||
namespace gui {
|
||||
namespace model {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue