From afeec1a918b46e1562326b9aba3dd35e6b6abe6f Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 27 Dec 2008 01:47:21 +0100 Subject: [PATCH] further include fixes --- tests/lib/sync-classlock-test.cpp | 2 +- tests/lib/sync-locking-test.cpp | 2 +- tests/lib/sync-waiting-test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lib/sync-classlock-test.cpp b/tests/lib/sync-classlock-test.cpp index d53c031ef..74e074451 100644 --- a/tests/lib/sync-classlock-test.cpp +++ b/tests/lib/sync-classlock-test.cpp @@ -22,7 +22,7 @@ #include "lib/test/run.hpp" -#include "include/error.hpp" +#include "lib/error.hpp" #include "lib/sync-classlock.hpp" diff --git a/tests/lib/sync-locking-test.cpp b/tests/lib/sync-locking-test.cpp index e246a8083..c1fcdeb1f 100644 --- a/tests/lib/sync-locking-test.cpp +++ b/tests/lib/sync-locking-test.cpp @@ -22,7 +22,7 @@ #include "lib/test/run.hpp" -#include "include/error.hpp" +#include "lib/error.hpp" #include "lib/sync.hpp" diff --git a/tests/lib/sync-waiting-test.cpp b/tests/lib/sync-waiting-test.cpp index 1cc8a9398..c25505554 100644 --- a/tests/lib/sync-waiting-test.cpp +++ b/tests/lib/sync-waiting-test.cpp @@ -22,7 +22,7 @@ #include "lib/test/run.hpp" -#include "include/error.hpp" +#include "lib/error.hpp" #include "lib/sync.hpp"