X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2e98aa124386e26c78ca725430c0b0c692db9fc2:/src/msw/pen.cpp diff --git a/src/msw/pen.cpp b/src/msw/pen.cpp index f255240708..1ddd61e07f 100644 --- a/src/msw/pen.cpp +++ b/src/msw/pen.cpp @@ -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 -#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; } -