]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
fix for popup menus (part of patch 1238355)
[wxWidgets.git] / src / msw / pen.cpp
index e3609b79bb6cc60129d340ca397c180f3b3c33cb..d460b6a9b4a32d338df01a93506b2872020f69d8 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"
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
+    #include "wx/pen.h"
 #endif
 
 #include "wx/msw/private.h"