use #include <> for system headers, not #include ""

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-12-18 17:19:13 +00:00
parent 5c4eb44cbf
commit 8193abb6dc

View File

@ -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 <X11/Xlib.h>
#include <sys/time.h>
#include <unistd.h>