projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverla...
[wxWidgets.git]
/
src
/
gtk1
/
threadsgi.cpp
diff --git
a/src/gtk1/threadsgi.cpp
b/src/gtk1/threadsgi.cpp
index b4e1b4ab82a630989095662da2af127b8d08c6d4..8f49d94a32d902b7e456bb7a96b9bccfc4ccd4ce 100644
(file)
--- a/
src/gtk1/threadsgi.cpp
+++ b/
src/gtk1/threadsgi.cpp
@@
-17,6
+17,7
@@
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/module.h"
#endif
#include <stdio.h>
@@
-25,7
+26,6
@@
#include <signal.h>
#include <sys/wait.h>
#include <sys/prctl.h>
-#include "wx/module.h"
#include "gdk/gdk.h"
#include "gtk/gtk.h"