]> git.saurik.com Git - wxWidgets.git/commitdiff
use #include <> for system headers, not #include ""
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Dec 2007 17:19:13 +0000 (17:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Dec 2007 17:19:13 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/evtloop.cpp

index ff45dd3a710a0ea117095027b4ac184df21a1995..71dc27b0eb35b7e9250ddbf41798c424fda8d66c 100644 (file)
 #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 <X11/Xlib.h>
 #include <sys/time.h>
 #include <unistd.h>