]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/epolldispatcher.cpp
restored accidentally commented-out code
[wxWidgets.git] / src / unix / epolldispatcher.cpp
index 011e8ae49ef050882b2809a818ae962b7b44457f..294f89f1cbc428552a4c1d192008f3656f1aa15b 100644 (file)
 
 #include "wx/unix/private/epolldispatcher.h"
 #include "wx/unix/private.h"
-#include "wx/log.h"
 #include "wx/module.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/intl.h"
+#endif
+
 #include <sys/epoll.h>
 #include <errno.h>