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/FileReader.h b/rfb/FileReader.h
index 50a52af..fe58115 100644
--- a/rfb/FileReader.h
+++ b/rfb/FileReader.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/
+ *
  */
 
 // -=- FileReader.h
@@ -21,7 +24,7 @@
 #ifndef __RFB_FILEREADER_H__
 #define __RFB_FILEREADER_H__
 
-#include "FileManager.h"
+#include <rfb/FileManager.h>
 
 namespace rfb {
   class FileReader : public FileManager {