X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85149efad7fc85798de59e8a680616aa5ad85ffb..00dff4d222ab3525d04c819142d44159b9b52f01:/src/common/object.cpp diff --git a/src/common/object.cpp b/src/common/object.cpp index 4cb6e34b0f..4d9cf55745 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -14,12 +14,12 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP - #include "wx/hash.h" #include "wx/object.h" + #include "wx/hash.h" #endif #include