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.h | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 0470ed7b9..6979d6a78 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -21,8 +21,8 @@ #include <boost/weak_ptr.hpp> #include <boost/signals2.hpp> #include <wx/wx.h> -#include "util.h" -#include "rect.h" +#include "lib/util.h" +#include "lib/rect.h" class Film; class View; |
