diff options
Diffstat (limited to 'sandbox/win/sandbox_poc/pocdll/spyware.cc')
-rw-r--r-- | sandbox/win/sandbox_poc/pocdll/spyware.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/sandbox_poc/pocdll/spyware.cc b/sandbox/win/sandbox_poc/pocdll/spyware.cc index b9bf64a..a77fe0a 100644 --- a/sandbox/win/sandbox_poc/pocdll/spyware.cc +++ b/sandbox/win/sandbox_poc/pocdll/spyware.cc @@ -3,8 +3,8 @@ // found in the LICENSE file. #include <string> -#include "sandbox/sandbox_poc/pocdll/exports.h" -#include "sandbox/sandbox_poc/pocdll/utils.h" +#include "sandbox/win/sandbox_poc/pocdll/exports.h" +#include "sandbox/win/sandbox_poc/pocdll/utils.h" // This file contains the tests used to verify the security of the system by // using some spying techniques. |