enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h

This commit is contained in:
Paul Davis 2016-07-14 14:44:52 -04:00
parent 2b262dbfdd
commit cf52d6e4b4
478 changed files with 470 additions and 590 deletions

View file

@ -25,7 +25,7 @@
#include "pbd/debug.h"
#include "pbd/error.h"
#include "i18n.h"
#include "pbd/i18n.h"
#define DEBUG_TIMING(msg) DEBUG_TRACE (PBD::DEBUG::Timing, msg);