Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)

git-svn-id: svn://localhost/ardour2/branches/3.0@7081 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-08 01:20:33 +00:00
parent 129ace60e2
commit 8d0581a720
27 changed files with 136 additions and 71 deletions

View file

@ -35,6 +35,8 @@
#include "ardour/export_filename.h"
#include "ardour/export_failed.h"
#include "i18n.h"
using namespace std;
using namespace PBD;