]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stream.cpp
use C++ wrappers around DirectFB API for easier use
[wxWidgets.git] / src / common / stream.cpp
index 9d1bb67a26805b2ddeb2ac3cdd1d6e1670165d30..f13da0d3d8af6a7e542f04eacde4bedfe4e82e8d 100644 (file)
 
 #if wxUSE_STREAMS
 
+#include "wx/stream.h"
+
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 #endif
 
 #include <ctype.h>
-#include "wx/stream.h"
 #include "wx/datstrm.h"
 #include "wx/textfile.h"