enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / gtkmm2ext / window_title.cc
index 7c942d7f200f946f6b3c94f9d9b98f2e7fb07aef..5cb9ed94b69f5c6d8ed741961a452e64c3e9a9f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 #include "gtkmm2ext/window_title.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
+
+using namespace std;
 
 namespace {
-       
+
 // I don't know if this should be translated.
 const char* const title_separator = X_(" - ");