summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-14 14:44:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-14 14:45:23 -0400
commitcf52d6e4b40111eb04b244ec054055a4ec15dbe0 (patch)
tree2cb873af8afa79fcce46b82832da82de500666a2 /libs/ardour/filesystem_paths.cc
parent2b262dbfdd25808471244ddc0edede34f8230231 (diff)
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index fcdf42cbbe..47b9994cc6 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -29,7 +29,7 @@
#include "ardour/directory_names.h"
#include "ardour/filesystem_paths.h"
-#include "i18n.h"
+#include "pbd/i18n.h"
#ifdef PLATFORM_WINDOWS
#include "shlobj.h"