Fixed a litle oops from last commit.

Originally committed to SVN as r2084.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-20 21:58:21 +00:00
parent db0cc24ae3
commit 735aebb393
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
/////////// ///////////
// Headers // Headers
#ifdef WITH_UNIVCHARDET #ifdef WITH_UNIVCHARDET
#include <wx/prec.h> #include <wx/wxprec.h>
#include "charset_detect.h" #include "charset_detect.h"
#include "text_file_reader.h" #include "text_file_reader.h"
#include "../universalchardet/nsCharSetProber.h" #include "../universalchardet/nsCharSetProber.h"