summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.h
diff options
context:
space:
mode:
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
{