diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-23 15:56:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-23 15:56:28 -0500 |
commit | b246fdd74827caa7927c0aee64397a764db58df2 (patch) | |
tree | bd76f7ca0d164a219547725d41ce2bd01b5637d6 /indra/llkdu/tests | |
parent | 609c70eb5a48389bef1ad33358774764ee9615e2 (diff) | |
parent | 0a262969e1da82fc95ec889f7aaafa4078bcf480 (diff) |
Automated merge with ssh://hg@bitbucket.org/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 |