Move charset_detect.h above text_file_reader.cpp, universalchardet is defining,

or undefining things that doesn't make fstream very happy.

Originally committed to SVN as r2086.
This commit is contained in:
Amar Takhar 2008-03-21 02:22:00 +00:00
parent 90e9e6fef1
commit 2b730ac4fa
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@
// Headers
#ifdef WITH_UNIVCHARDET
#include <wx/wxprec.h>
#include "charset_detect.h"
#include "text_file_reader.h"
#include "charset_detect.h"
#include "../universalchardet/nsCharSetProber.h"
#include <wx/intl.h>
#include <wx/choicdlg.h>