From f00605d9db363e3d0a4240a0487aa937039f2e10 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 24 Oct 2013 20:02:53 -0500 Subject: [PATCH] We can system vorbis if we wanna. We can leave our externs behind. --- src/RageSoundReader_Vorbisfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageSoundReader_Vorbisfile.cpp b/src/RageSoundReader_Vorbisfile.cpp index 6b60ab34bc..e5ed9f7330 100644 --- a/src/RageSoundReader_Vorbisfile.cpp +++ b/src/RageSoundReader_Vorbisfile.cpp @@ -7,7 +7,7 @@ #if defined(INTEGER_VORBIS) #include #else -#include <../extern/vorbis/vorbis/vorbisfile.h> +#include #endif #if defined(_MSC_VER)