diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/embedder_test.cpp | 2 | ||||
-rw-r--r-- | testing/fx_string_testhelpers.cpp | 2 | ||||
-rw-r--r-- | testing/test_support.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index ceca205666..38a3dcdeca 100644 --- a/testing/embedder_test.cpp +++ b/testing/embedder_test.cpp @@ -20,8 +20,8 @@ #include "testing/utils/path_service.h" #ifdef PDF_ENABLE_V8 -#include "v8/include/v8.h" #include "v8/include/v8-platform.h" +#include "v8/include/v8.h" #endif // PDF_ENABLE_V8 namespace { diff --git a/testing/fx_string_testhelpers.cpp b/testing/fx_string_testhelpers.cpp index aebe1a82b4..e6b4a38397 100644 --- a/testing/fx_string_testhelpers.cpp +++ b/testing/fx_string_testhelpers.cpp @@ -4,8 +4,8 @@ #include "testing/fx_string_testhelpers.h" -#include <ios> #include <iomanip> +#include <ios> namespace { diff --git a/testing/test_support.h b/testing/test_support.h index 16ed06f8df..359324d16a 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -9,8 +9,8 @@ #include <memory> #include <string> -#include "public/fpdfview.h" #include "public/fpdf_save.h" +#include "public/fpdfview.h" #ifdef PDF_ENABLE_V8 #include "v8/include/v8.h" |