diff options
author | lloyd <[email protected]> | 2014-01-01 01:32:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 01:32:29 +0000 |
commit | a4784d73f8195e1a7dd9ca9fa471e893f00cf30a (patch) | |
tree | 85c03ba038e25a35c4410883dc1a6172475a02f1 /doc | |
parent | ae56600cde7cc035cf6c5cbeb4fea58adfa2c7a2 (diff) |
Move
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/toolbox.cpp b/doc/examples/toolbox.cpp index 622a1f56f..24afa2cbe 100644 --- a/doc/examples/toolbox.cpp +++ b/doc/examples/toolbox.cpp @@ -19,7 +19,7 @@ using namespace Botan; -#include "../../checks/getopt.h" +#include "../../tests/getopt.h" class Encoder_Decoder { |