diff --git a/src/Singleton.cpp b/src/Singleton.cpp index 79346e4..86b8f27 100644 --- a/src/Singleton.cpp +++ b/src/Singleton.cpp @@ -15,7 +15,7 @@ // Last update: June 20, 2001 -#include "Singleton.h" +#include "loki/Singleton.h" using namespace Loki::Private; diff --git a/src/SmallObj.cpp b/src/SmallObj.cpp index 08f0b90..1f17f5e 100644 --- a/src/SmallObj.cpp +++ b/src/SmallObj.cpp @@ -16,7 +16,7 @@ // $Header$ -#include "SmallObj.h" +#include "loki/SmallObj.h" #include #include @@ -751,6 +751,9 @@ void SmallObjAllocator::Deallocate( void * p ) //////////////////////////////////////////////////////////////////////////////// // $Log$ +// Revision 1.5 2005/09/24 15:48:29 syntheticpp +// include as loki/ +// // Revision 1.4 2005/09/09 00:25:00 rich_sposato // Added functions to trim extra memory within allocator. Made a new_handler // function for allocator. Added deallocator function for nothrow delete