projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add SizedControls demo.
[wxWidgets.git]
/
src
/
gtk
/
threadsgi.cpp
diff --git
a/src/gtk/threadsgi.cpp
b/src/gtk/threadsgi.cpp
index fdf7740181acbcf99a6b691d99812d4f634462aa..f8d7d177e0ffb1171be2930c24876246a048cfa0 100644
(file)
--- a/
src/gtk/threadsgi.cpp
+++ b/
src/gtk/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"