diff options
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r-- | testing/embedder_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index 1c0dda6be1..7bc7bdda7b 100644 --- a/testing/embedder_test.cpp +++ b/testing/embedder_test.cpp @@ -11,9 +11,9 @@ #include <utility> #include <vector> -#include "../public/fpdf_dataavail.h" -#include "../public/fpdf_text.h" -#include "../public/fpdfview.h" +#include "public/fpdf_dataavail.h" +#include "public/fpdf_text.h" +#include "public/fpdfview.h" #include "test_support.h" #include "testing/gmock/include/gmock/gmock.h" |