]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
avoid using deprecated gdk_image_new_bitmap()
[wxWidgets.git] / src / common / hash.cpp
index bc1a7583aaeaed8c920ea463de95462de9408a20..9a538b0fd98f5dee16a2aef2d0a1f99ff761ee4a 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-#include "wx/list.h"
+    #include "wx/list.h"
+    #include "wx/hash.h"
 #endif
 
-#include "wx/hash.h"
-
 #if wxUSE_OLD_HASH_TABLE
 
 #include <string.h>