commit | af1891c333f1629a875115df7858681bee6c42b2 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Thu Sep 29 06:18:28 2005 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Thu Sep 29 06:18:28 2005 +0000 |
tree | fb1055526beae2d6c1683604f185bf757e3e6b20 | |
parent | 4aaf63ba205d676e856cb909ee9f5d010480541b [diff] [blame] |
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