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:
jbouchard 2002-11-07 18:55:04 +00:00
parent 0050aad0a2
commit 75d957f363
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#define DATAGENERATORSTEST_H #define DATAGENERATORSTEST_H
#include <typeinfo> #include <typeinfo>
#include <Loki/DataGenerators.h> #include <loki/DataGenerators.h>
struct DataGeneratorsTest : public Test struct DataGeneratorsTest : public Test
{ {

View file

@ -15,7 +15,7 @@
#ifndef TYPEMANIPTEST_H #ifndef TYPEMANIPTEST_H
#define TYPEMANIPTEST_H #define TYPEMANIPTEST_H
#include <Loki/TypeManip.h> #include <loki/TypeManip.h>
#include "UnitTest.h" #include "UnitTest.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View file

@ -15,7 +15,7 @@
#ifndef TYPETRAITSTEST_H #ifndef TYPETRAITSTEST_H
#define TYPETRAITSTEST_H #define TYPETRAITSTEST_H
#include <Loki/TypeTraits.h> #include <loki/TypeTraits.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// TypeTraitsTest // TypeTraitsTest

View file

@ -15,7 +15,7 @@
#ifndef TYPELISTTEST_H #ifndef TYPELISTTEST_H
#define TYPELISTTEST_H #define TYPELISTTEST_H
#include <Loki/Typelist.h> #include <loki/Typelist.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// TypelistTest // TypelistTest