projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some random test apps that I've been playing with
[wxWidgets.git]
/
src
/
gtk1
/
radiobox.cpp
diff --git
a/src/gtk1/radiobox.cpp
b/src/gtk1/radiobox.cpp
index 8b980c12f7bd635373f24ee9f34f95d53c74b5fa..f969e6e4d17a2c9dcb6d260118f78e6b7ecfc250 100644
(file)
--- a/
src/gtk1/radiobox.cpp
+++ b/
src/gtk1/radiobox.cpp
@@
-14,9
+14,11
@@
#include "wx/radiobox.h"
-#include "wx/dialog.h"
-#include "wx/frame.h"
-#include "wx/log.h"
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+ #include "wx/frame.h"
+ #include "wx/dialog.h"
+#endif
#include "wx/gtk1/private.h"
#include <gdk/gdkkeysyms.h>