diff options
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r-- | testing/embedder_test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index 8a102d1225..ebd8c64b32 100644 --- a/testing/embedder_test.cpp +++ b/testing/embedder_test.cpp @@ -11,8 +11,9 @@ #include <utility> #include <vector> -#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" |