Fixed path of Loki headers
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@78 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0050aad0a2
commit
75d957f363
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
#define DATAGENERATORSTEST_H
|
||||
|
||||
#include <typeinfo>
|
||||
#include <Loki/DataGenerators.h>
|
||||
#include <loki/DataGenerators.h>
|
||||
|
||||
struct DataGeneratorsTest : public Test
|
||||
{
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef TYPEMANIPTEST_H
|
||||
#define TYPEMANIPTEST_H
|
||||
|
||||
#include <Loki/TypeManip.h>
|
||||
#include <loki/TypeManip.h>
|
||||
#include "UnitTest.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef TYPETRAITSTEST_H
|
||||
#define TYPETRAITSTEST_H
|
||||
|
||||
#include <Loki/TypeTraits.h>
|
||||
#include <loki/TypeTraits.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// TypeTraitsTest
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef TYPELISTTEST_H
|
||||
#define TYPELISTTEST_H
|
||||
|
||||
#include <Loki/Typelist.h>
|
||||
#include <loki/Typelist.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// TypelistTest
|
||||
|
|
Loading…
Add table
Reference in a new issue