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.h b/rfb/FileWriter.h
index bb261a7..5e168dd 100644
--- a/rfb/FileWriter.h
+++ b/rfb/FileWriter.h
@@ -14,6 +14,9 @@
  * 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.h
@@ -21,7 +24,7 @@
 #ifndef __RFB_FILEWRITER_H__
 #define __RFB_FILEWRITER_H__
 
-#include "FileManager.h"
+#include <rfb/FileManager.h>
 
 namespace rfb {
   class FileWriter : public FileManager {