summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
commit59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch)
tree7eb15ce9c90240aaeacefce9f018281d720b248c /src/wx/timeline.h
parentae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff)
Split test compile up into individual files.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h4
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;