diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-25 17:11:56 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-25 17:11:56 -0500 |
commit | 8b2b0ba2df1f21490f6cf454a5f62cf5f7b4f833 (patch) | |
tree | 3fefa4114242238bbc97bd16c506ee9e9e405e07 /indra/llkdu/tests | |
parent | 714ba52df0397b58769e02ae9a7d9877a4505d34 (diff) | |
parent | 93138ec2cbd5a9707a7ade1acc6ef35fbc50b422 (diff) |
Automated merge with file:///Users/oz/Work/V-D
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 |