diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
| commit | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch) | |
| tree | 7eb15ce9c90240aaeacefce9f018281d720b248c /src/wx/timeline.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'src/wx/timeline.cc')
| -rw-r--r-- | src/wx/timeline.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 8def5550a..ff10b7d91 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -20,11 +20,11 @@ #include <list> #include <wx/graphics.h> #include <boost/weak_ptr.hpp> -#include "film.h" +#include "lib/film.h" +#include "lib/playlist.h" #include "film_editor.h" #include "timeline.h" #include "wx_util.h" -#include "lib/playlist.h" using std::list; using std::cout; |
