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:
parent
0161d73572
commit
d5a206bb96
13 changed files with 23 additions and 17 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
// $Header:
|
||||
|
||||
#include "../include/loki/OrderedStatic.h"
|
||||
#include <loki/OrderedStatic.h>
|
||||
#include <limits>
|
||||
|
||||
namespace Loki
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue