From 7172e2ae98671e1735deb4eea623da78c8d4ba72 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 17 Apr 2016 13:31:13 -0400 Subject: [PATCH] travis --- src/FileFormats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FileFormats.h b/src/FileFormats.h index 9d88bb22d..89e7cff07 100644 --- a/src/FileFormats.h +++ b/src/FileFormats.h @@ -116,8 +116,8 @@ wxString sf_normalize_name(const char *name); OSType sf_header_mactype(int format); // This function wrapper uses a mutex to serialize calls to the SndFile library. -#include "../MemoryX.h" -#include "../ondemand/ODTaskThread.h" +#include "MemoryX.h" +#include "ondemand/ODTaskThread.h" class ODLock; class ODLocker; extern ODLock libSndFileMutex;