X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cb32b4b745e545f21b48b0232ef2978e2eb64e4..974dee61a9a0f72652488fc4120a82846990345b:/src/common/hash.cpp diff --git a/src/common/hash.cpp b/src/common/hash.cpp index bc1a7583aa..9a538b0fd9 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -21,15 +21,14 @@ #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