13
0

Remove unused boost/locale include.

boost/locale is only avail with libboost >= 1.48,
ardour's wscript checks for >= 1.39
This commit is contained in:
Robin Gareus 2013-05-22 17:21:44 +02:00
parent 4341d675dc
commit 3b43b08ee8

View File

@ -27,8 +27,6 @@
#include <cerrno>
#include <fstream>
#include <boost/locale.hpp>
#include <stdint.h>
#include <fcntl.h>
#include <signal.h>