- Fixed case-sensitive include file name.
This commit is contained in:
Paul Beckingham 2011-06-02 23:16:52 -04:00
parent 617e0ebe54
commit 223c7b3c56
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
#include <fstream>
#include <sstream>
#include <Context.h>
#include <URI.h>
#include <Uri.h>
#include <Transport.h>
#include <text.h>
#include <util.h>

View file

@ -28,7 +28,7 @@
#include <fstream>
#include <sstream>
#include <Context.h>
#include <URI.h>
#include <Uri.h>
#include <Transport.h>
#include <text.h>
#include <CmdPull.h>

View file

@ -28,7 +28,7 @@
#include <fstream>
#include <sstream>
#include <Context.h>
#include <URI.h>
#include <Uri.h>
#include <Transport.h>
#include <text.h>
#include <CmdPush.h>