diff --git a/src/tests/kernel/core/util/DoublyLinkedListTest.cpp b/src/tests/kernel/core/util/DoublyLinkedListTest.cpp index 4d05b58d15..49cc34eec4 100644 --- a/src/tests/kernel/core/util/DoublyLinkedListTest.cpp +++ b/src/tests/kernel/core/util/DoublyLinkedListTest.cpp @@ -1,17 +1,16 @@ /* -** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Distributed under the terms of the OpenBeOS License. */ #include "DoublyLinkedListTest.h" -#include + #include #include -#include #include -#include "DoublyLinkedList.h" +#include // Class used for testing without offset diff --git a/src/tests/kernel/core/util/Jamfile b/src/tests/kernel/core/util/Jamfile index 6e0b10a169..4833b1878c 100644 --- a/src/tests/kernel/core/util/Jamfile +++ b/src/tests/kernel/core/util/Jamfile @@ -1,6 +1,7 @@ SubDir OBOS_TOP src tests kernel core util ; UsePrivateHeaders [ FDirName kernel util ] ; +UsePrivateHeaders [ FDirName kernel ] ; UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ; # Two versions of the test lib are not really needed until