From 05c91082e3de0b0078c26ddb9da68fd00da8c90e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 20:50:00 +0100 Subject: playlist: convert to C++ --- test/TestQueuePriority.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/TestQueuePriority.cxx') diff --git a/test/TestQueuePriority.cxx b/test/TestQueuePriority.cxx index 6d994176f..b187176e7 100644 --- a/test/TestQueuePriority.cxx +++ b/test/TestQueuePriority.cxx @@ -1,7 +1,5 @@ #include "config.h" -extern "C" { -#include "queue.h" -} +#include "Queue.hxx" #include "song.h" #include "Directory.hxx" -- cgit v1.2.3