- removed more unneded files
- removed unix/intl (system libintl is used)
- correct gettext.h include in unix/vncviewer/AboutDialog.h
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2493 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/AboutDialog.h b/unix/vncviewer/AboutDialog.h
index c4f0a7c..0c796be 100644
--- a/unix/vncviewer/AboutDialog.h
+++ b/unix/vncviewer/AboutDialog.h
@@ -25,7 +25,7 @@
#include "TXMsgBox.h"
#include "parameters.h"
-#include <intl/gettext.h>
+#include "gettext.h"
#define _(String) gettext (String)
#define gettext_noop(String) String
#define N_(String) gettext_noop (String)