always use #include <loki/...>, Thanks to Lukas Fittl

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@413 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-05 00:23:44 +00:00
parent 0161d73572
commit d5a206bb96
13 changed files with 23 additions and 17 deletions

View file

@ -12,7 +12,7 @@
// $Header:
#include "../include/loki/OrderedStatic.h"
#include <loki/OrderedStatic.h>
#include <limits>
namespace Loki

View file

@ -13,7 +13,7 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#include "../include/loki/Singleton.h"
#include <loki/Singleton.h>
#ifdef LOKI_ENABLE_NEW_SETLONGLIVITY_HELPER_DATA_IMPL

View file

@ -16,7 +16,7 @@
// $Header$
#include "../include/loki/SmallObj.h"
#include <loki/SmallObj.h>
#include <cassert>
#include <vector>
@ -1224,6 +1224,9 @@ bool SmallObjAllocator::IsCorrupt( void ) const
////////////////////////////////////////////////////////////////////////////////
// $Log$
// Revision 1.22 2006/01/05 00:23:43 syntheticpp
// always use #include <loki/...>, Thanks to Lukas Fittl
//
// Revision 1.21 2005/12/29 01:54:24 rich_sposato
// Added function to trim excess capacity from Chunk container.
//