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.cxx b/rfb/FileReader.cxx
index a74a517..23d2756 100644
--- a/rfb/FileReader.cxx
+++ b/rfb/FileReader.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/
+ *
  */
 
 // -=- FileReader.cxx
 
-#include "FileReader.h"
+#include <rfb/FileReader.h>
 
 using namespace rfb;