From 2b92f2f3b6f57dcc61a59d1fb2adf4ea46120705 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 21 Mar 2008 19:58:50 +0000 Subject: Fixed libX11 #include directives git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2440 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/xserver/hw/vnc/vncExtInit.cc | 4 ++-- unix/xserver/hw/vnc/xvnc.cc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'unix') diff --git a/unix/xserver/hw/vnc/vncExtInit.cc b/unix/xserver/hw/vnc/vncExtInit.cc index 9cf9d21b..95548783 100644 --- a/unix/xserver/hw/vnc/vncExtInit.cc +++ b/unix/xserver/hw/vnc/vncExtInit.cc @@ -21,8 +21,8 @@ extern "C" { #define class c_class #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include +#include #include "misc.h" #include "os.h" #include "dixstruct.h" diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index 5daf663d..414aaf8a 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -42,10 +42,10 @@ extern "C" { #include #endif #include -#include "X11/X.h" +#include #define NEED_EVENTS -#include "X11/Xproto.h" -#include "X11/Xos.h" +#include +#include #include "scrnintstr.h" #include "servermd.h" #include "fb.h" -- cgit v1.2.3