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:
parent
ae4fbd418d
commit
6bc2851497
16 changed files with 773 additions and 773 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue