]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gdiobj.cpp
Reset the position when auto-sizing toolbar
[wxWidgets.git] / src / msw / gdiobj.cpp
index 77c3045ad85b9f466228097dbc8f112c3c9bc69b..9b7dafc903b34060b5f4dfb772996dcb7a9b70bc 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/msw/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      Julian Smart
 // Modified by:
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "gdiobj.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -22,7 +18,6 @@
 
 #ifndef WX_PRECOMP
 #include <stdio.h>
-#include "wx/setup.h"
 #include "wx/list.h"
 #include "wx/utils.h"
 #include "wx/app.h"
@@ -62,4 +57,3 @@ void wxGDIObject::DecrementResourceUsage(void)
 };
 
 */
-