From: Václav Slavík Date: Tue, 18 Dec 2007 17:19:13 +0000 (+0000) Subject: use #include <> for system headers, not #include "" X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8193abb6dcb43af52732feb036bc96b5423ae2d9 use #include <> for system headers, not #include "" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index ff45dd3a71..71dc27b0eb 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -32,13 +32,13 @@ #include "wx/private/fdiodispatcher.h" #include "wx/unix/private.h" #include "wx/x11/private.h" -#include "X11/Xlib.h" #include "wx/generic/private/timer.h" #if wxUSE_THREADS #include "wx/thread.h" #endif +#include #include #include