aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/run_encoder.cxx2
-rw-r--r--test/test_vorbis_encoder.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx
index 9039f2db5..91993c95a 100644
--- a/test/run_encoder.cxx
+++ b/test/run_encoder.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "encoder_list.h"
+#include "EncoderList.hxx"
#include "encoder_plugin.h"
#include "audio_format.h"
#include "AudioParser.hxx"
diff --git a/test/test_vorbis_encoder.cxx b/test/test_vorbis_encoder.cxx
index 0e502b154..7ac36e3ec 100644
--- a/test/test_vorbis_encoder.cxx
+++ b/test/test_vorbis_encoder.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "encoder_list.h"
+#include "EncoderList.hxx"
#include "encoder_plugin.h"
#include "audio_format.h"
#include "conf.h"