]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/gauge.cpp
Removed GetAdjustedBestSize().
[wxWidgets.git] / src / univ / gauge.cpp
index b6cf655b041d4bc20794d9855f2f99ef5adef6d8..5043825c2278dbd5f9c5c177ae7d06443ff011ab 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "gaugeuniv.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#endif //WX_PRECOMP
+#if wxUSE_GAUGE
 
 #include "wx/gauge.h"
 
-#if wxUSE_GAUGE
+#ifndef WX_PRECOMP
+#endif //WX_PRECOMP
 
 #include "wx/univ/renderer.h"