diff --git a/livesupport/modules/storage/src/StorageClientFactory.cxx b/livesupport/modules/storage/src/StorageClientFactory.cxx index dee4b0f77..4bce8f591 100644 --- a/livesupport/modules/storage/src/StorageClientFactory.cxx +++ b/livesupport/modules/storage/src/StorageClientFactory.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/StorageClientFactory.cxx,v $ ------------------------------------------------------------------------------*/ @@ -36,7 +36,7 @@ #include "LiveSupport/Storage/StorageClientFactory.h" #include "TestStorageClient.h" -#include "WebStorageClient.h" +#include "LiveSupport/Storage/WebStorageClient.h" using namespace LiveSupport::Core; diff --git a/livesupport/modules/storage/src/WebStorageClientTest.cxx b/livesupport/modules/storage/src/WebStorageClientTest.cxx index 537d0cce2..76b2e3343 100644 --- a/livesupport/modules/storage/src/WebStorageClientTest.cxx +++ b/livesupport/modules/storage/src/WebStorageClientTest.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/WebStorageClientTest.cxx,v $ ------------------------------------------------------------------------------*/ @@ -44,10 +44,10 @@ #include #include -#include "WebStorageClient.h" +#include "LiveSupport/Storage/WebStorageClient.h" #include "LiveSupport/Core/SessionId.h" -#include "LiveSupport/Storage/WebStorageClientTest.h" +#include "WebStorageClientTest.h" using namespace std; using namespace LiveSupport::Core;