Revision: 1163
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1163&view=rev
Author: rich_sposato
Date: 2011-10-22 00:22:36 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
Changed include paths.
Modified Paths:
--------------
trunk/test/LevelMutex/Thing.hpp
Modified: trunk/test/LevelMutex/Thing.hpp
===================================================================
--- trunk/test/LevelMutex/Thing.hpp 2011-10-22 00:20:09 UTC (rev 1162)
+++ trunk/test/LevelMutex/Thing.hpp 2011-10-22 00:22:36 UTC (rev 1163)
@@ -22,8 +22,8 @@
#ifndef LOKI_TEST_LEVEL_MUTEX_THING_H
#define LOKI_TEST_LEVEL_MUTEX_THING_H
-#include <LevelMutex.h>
-#include <Allocator.h>
+#include <loki/LevelMutex.h>
+#include <loki/Allocator.h>
#include <vector>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|