[Bugfix] Always include cursorstr.h in XserverDesktop.cc.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3931 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/xserver/hw/vnc/XserverDesktop.cc b/unix/xserver/hw/vnc/XserverDesktop.cc
index b316e69..ce8f66b 100644
--- a/unix/xserver/hw/vnc/XserverDesktop.cc
+++ b/unix/xserver/hw/vnc/XserverDesktop.cc
@@ -54,10 +54,7 @@
#ifdef RANDR
#include "randrstr.h"
#endif
-#if XORG >= 17
#include "cursorstr.h"
-#endif
-
#undef public
#undef class
}