]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/sashwin.cpp
removed more extraneous semicolons
[wxWidgets.git] / src / generic / sashwin.cpp
index e6469b11ee1988ed23ec820bc0213da0f00e9a56..3581f95e065311557929e58483f9b7b41164e6c0 100644 (file)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "sashwin.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -30,7 +26,8 @@
     #include "wx/settings.h"
 #endif
 
-#include <math.h>
+#include "wx/math.h"
+
 #include <stdlib.h>
 
 #include "wx/dcscreen.h"