The polling code has been moved into a separate class.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@339 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/x0vncserver/Image.cxx b/x0vncserver/Image.cxx
index 880fa5f..b310619 100644
--- a/x0vncserver/Image.cxx
+++ b/x0vncserver/Image.cxx
@@ -28,7 +28,7 @@
 #include <sys/shm.h>
 #endif
 
-#include "Image.h"
+#include <x0vncserver/Image.h>
 
 //
 // ImageCleanup is used to delete Image instances automatically on