Loki header files now all have consistent include statement style.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1069 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2010-04-19 03:09:59 +00:00
parent ae4fbd418d
commit 6bc2851497
16 changed files with 773 additions and 773 deletions

View file

@ -18,10 +18,10 @@
// $Id$
#include "Typelist.h"
#include "Sequence.h"
#include "TypeManip.h"
#include "HierarchyGenerators.h"
#include <loki/Typelist.h>
#include <loki/Sequence.h>
#include <loki/TypeManip.h>
#include <loki/HierarchyGenerators.h>
#include <cassert>

View file

@ -15,7 +15,7 @@
// $Id$
#include "Typelist.h"
#include <loki/Typelist.h>
//Reference version

View file

@ -16,11 +16,11 @@
// $Id$
#include "LokiTypeInfo.h"
#include "Functor.h"
#include "AssocVector.h"
#include "SmallObj.h"
#include "Sequence.h"
#include <loki/LokiTypeInfo.h>
#include <loki/Functor.h>
#include <loki/AssocVector.h>
#include <loki/SmallObj.h>
#include <loki/Sequence.h>
#ifdef _MSC_VER
#pragma warning(push)

View file

@ -18,11 +18,11 @@
// $Id$
#include "Typelist.h"
#include "Sequence.h"
#include "EmptyType.h"
#include "SmallObj.h"
#include "TypeTraits.h"
#include <loki/Typelist.h>
#include <loki/Sequence.h>
#include <loki/EmptyType.h>
#include <loki/SmallObj.h>
#include <loki/TypeTraits.h>
#include <typeinfo>
#include <memory>

View file

@ -18,9 +18,9 @@
// $Id$
#include "Typelist.h"
#include "TypeTraits.h"
#include "EmptyType.h"
#include <loki/Typelist.h>
#include <loki/TypeTraits.h>
#include <loki/EmptyType.h>
namespace Loki
{

View file

@ -20,7 +20,7 @@
#include <typeinfo>
#include <cassert>
#include "Typelist.h"
#include <loki/Typelist.h>
namespace Loki
{

View file

@ -18,10 +18,10 @@
// $Id$
#include "Typelist.h"
#include "LokiTypeInfo.h"
#include "Functor.h"
#include "AssocVector.h"
#include <loki/Typelist.h>
#include <loki/LokiTypeInfo.h>
#include <loki/Functor.h>
#include <loki/AssocVector.h>
////////////////////////////////////////////////////////////////////////////////
// IMPORTANT NOTE:

View file

@ -18,10 +18,10 @@
#include <vector>
#include <iostream>
#include "LokiExport.h"
#include "Singleton.h"
#include "Typelist.h"
#include "Sequence.h"
#include <loki/LokiExport.h>
#include <loki/Singleton.h>
#include <loki/Typelist.h>
#include <loki/Sequence.h>
// usage: see test/OrderedStatic

View file

@ -15,9 +15,9 @@
// $Id$
#include "TypeManip.h"
#include "HierarchyGenerators.h"
#include "ForEachType.h"
#include <loki/TypeManip.h>
#include <loki/HierarchyGenerators.h>
#include <loki/ForEachType.h>
/// \defgroup RegisterGroup Register

View file

@ -15,7 +15,7 @@
// $Id$
#include "Typelist.h"
#include <loki/Typelist.h>
namespace Loki
{

View file

@ -18,8 +18,8 @@
// $Id$
#include "LokiExport.h"
#include "Threads.h"
#include <loki/LokiExport.h>
#include <loki/Threads.h>
#include <algorithm>
#include <stdexcept>
#include <cassert>

View file

@ -18,9 +18,9 @@
// $Id$
#include "LokiExport.h"
#include "Threads.h"
#include "Singleton.h"
#include <loki/LokiExport.h>
#include <loki/Threads.h>
#include <loki/Singleton.h>
#include <cstddef>
#include <new> // needed for std::nothrow_t parameter.

View file

@ -29,12 +29,12 @@
/// \defgroup SmartPointerCheckingGroup Checking policies
/// \ingroup SmartPointerGroup
#include "LokiExport.h"
#include "SmallObj.h"
#include "TypeManip.h"
#include "static_check.h"
#include "RefToValue.h"
#include "ConstPolicy.h"
#include <loki/LokiExport.h>
#include <loki/SmallObj.h>
#include <loki/TypeManip.h>
#include <loki/static_check.h>
#include <loki/RefToValue.h>
#include <loki/ConstPolicy.h>
#include <functional>
#include <stdexcept>

View file

@ -18,8 +18,8 @@
// $Id$
#include "Typelist.h"
#include "Sequence.h"
#include <loki/Typelist.h>
#include <loki/Sequence.h>
#if (defined _MSC_VER) && (_MSC_VER < 1400)
#include <string>

View file

@ -18,9 +18,9 @@
// $Id$
#include "NullType.h"
#include "TypeManip.h"
#include "TypelistMacros.h"
#include <loki/NullType.h>
#include <loki/TypeManip.h>
#include <loki/TypelistMacros.h>
namespace Loki

View file

@ -20,8 +20,8 @@
/// \defgroup VisitorGroup Visitor
#include "Typelist.h"
#include "HierarchyGenerators.h"
#include <loki/Typelist.h>
#include <loki/HierarchyGenerators.h>
namespace Loki
{