]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/pen.cpp
Fix incorrect comparison
[wxWidgets.git] / src / palmos / pen.cpp
index 7d63a301d5989d0aba4256dd98acbdb342f9e978..af9311f7c26d23ee6dbeaee3b455521129ce0974 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/setup.h"
-#include "wx/list.h"
-#include "wx/utils.h"
-#include "wx/app.h"
 #include "wx/pen.h"
+
+#ifndef WX_PRECOMP
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
 #endif
 
 static int wx2msPenStyle(int wx_style);