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:
syntheticpp 2006-01-05 00:23:44 +00:00
parent 0161d73572
commit d5a206bb96
13 changed files with 23 additions and 17 deletions

View file

@ -1,7 +1,7 @@
#include <iostream>
#include "loki/Singleton.h"
#include <loki/Singleton.h>
struct L1

View file

@ -49,7 +49,7 @@
//
#include <iostream>
#include "loki/Singleton.h" // for Loki::SingletonHolder
#include <loki/Singleton.h> // for Loki::SingletonHolder
using namespace std; // okay for small programs
using namespace Loki; // okay for small programs