Small code improvements.
Added FileInfo class. This class was moved from TightVNC.1.3.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@343 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/FileWriter.cxx b/rfb/FileWriter.cxx
index cc2942d..4ad285b 100644
--- a/rfb/FileWriter.cxx
+++ b/rfb/FileWriter.cxx
@@ -14,11 +14,14 @@
* along with this software; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
+ *
+ * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*/
// -=- FileWriter.cxx
-#include "FileWriter.h"
+#include <rfb/FileWriter.h>
using namespace rfb;