diff options
author | jenn <jenn@lindenlab.com> | 2011-01-19 10:03:51 -0800 |
---|---|---|
committer | jenn <jenn@lindenlab.com> | 2011-01-19 10:03:51 -0800 |
commit | 0d6ec39f44f9f32060bb5d02ad9281922a610516 (patch) | |
tree | 5309bd92a763d14e55ecdb969d1a1923766918bf /indra/llkdu/tests | |
parent | c4713b4f9fb873c3cdc07b80d78f6354a92cd424 (diff) |
Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next.
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 |