13
0

remove unnecessary recently-added include for realpath, which is not actively used

This commit is contained in:
Paul Davis 2013-12-05 17:39:41 -05:00
parent e0cc10540d
commit 550b991176

View File

@ -76,10 +76,6 @@
#include "pbd/clear_dir.h"
#include "pbd/localtime_r.h"
#if defined(__MINGW64__) // for realpath
#include "pbd/mingw64_pbd.h"
#endif
#include "ardour/amp.h"
#include "ardour/audio_diskstream.h"
#include "ardour/audio_track.h"