diff options
author | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
commit | 8dffedb246dd5fdf89aadded14630a5e8691b30c (patch) | |
tree | 34170953d7202fe61bf7c4319e0215d233722ad2 /indra/llkdu/tests | |
parent | aa72b0df03c1dfea7571eae4abed30ce9f269158 (diff) | |
parent | fa20a6de086febf0b6b098172685c26f939876f6 (diff) |
merge from lindenlab/viewer-development
Diffstat (limited to 'indra/llkdu/tests')
-rw-r--r-- | indra/llkdu/tests/llimagej2ckdu_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index 1ccee4bb64..7ac24a969a 100644 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -27,10 +27,10 @@ #include "linden_common.h" // Class to test -#include "../llimagej2ckdu.h" -#include "../llkdumem.h" +#include "llimagej2ckdu.h" +#include "llkdumem.h" // Tut header -#include "../test/lltut.h" +#include "lltut.h" // ------------------------------------------------------------------------------------------- // Stubbing: Declarations required to link and run the class being tested |