]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
implementation streamlined
[wxWidgets.git] / src / msw / pen.cpp
index f255240708e5f86df7eab910e3bc882d0277dba4..1ddd61e07f6cfba89a1702e7d434f84ef4953bed 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        msw/pen.cpp
+// Name:        src/msw/pen.cpp
 // Purpose:     wxPen
 // Author:      Julian Smart
 // Modified by:
@@ -18,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"
@@ -397,4 +396,3 @@ int wx2msPenStyle(int wx_style)
 #endif
     return PS_SOLID;
 }
-