diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/embedder_test.cpp | 6 | ||||
-rw-r--r-- | testing/embedder_test.h | 8 | ||||
-rw-r--r-- | testing/test_support.h | 2 |
3 files changed, 8 insertions, 8 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" diff --git a/testing/embedder_test.h b/testing/embedder_test.h index 31192b34aa..3aa45dfcda 100644 --- a/testing/embedder_test.h +++ b/testing/embedder_test.h @@ -8,10 +8,10 @@ #include <map> #include <string> -#include "../public/fpdf_dataavail.h" -#include "../public/fpdf_ext.h" -#include "../public/fpdf_formfill.h" -#include "../public/fpdfview.h" +#include "public/fpdf_dataavail.h" +#include "public/fpdf_ext.h" +#include "public/fpdf_formfill.h" +#include "public/fpdfview.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/base/nonstd_unique_ptr.h" diff --git a/testing/test_support.h b/testing/test_support.h index afa3bafc96..a2241144a4 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -8,7 +8,7 @@ #include <stdlib.h> #include <string> -#include "../public/fpdfview.h" +#include "public/fpdfview.h" #ifdef PDF_ENABLE_V8 #include "v8/include/v8.h" |