summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.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/audio_plot.h
parentae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff)
Split test compile up into individual files.
Diffstat (limited to 'src/wx/audio_plot.h')
-rw-r--r--src/wx/audio_plot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h
index 7b2955e27..82f589f6f 100644
--- a/src/wx/audio_plot.h
+++ b/src/wx/audio_plot.h
@@ -20,8 +20,8 @@
#include <vector>
#include <boost/shared_ptr.hpp>
#include <wx/wx.h>
-#include "util.h"
-#include "audio_analysis.h"
+#include "lib/util.h"
+#include "lib/audio_analysis.h"
class AudioPlot : public wxPanel
{