Index: fpdfsdk/src/fpdf_dataavail_embeddertest.cpp |
diff --git a/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp b/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp |
index 730a793d635e9320b734b4dfae7ec83ea720780f..ee4c3e6104cef6e2db32d16f50d1bad4ac5e1248 100644 |
--- a/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp |
+++ b/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "../../public/fpdf_doc.h" |
-#include "../../public/fpdfview.h" |
#include "../../testing/embedder_test.h" |
+#include "public/fpdf_doc.h" |
+#include "public/fpdfview.h" |
#include "testing/gtest/include/gtest/gtest.h" |
class FPDFDataAvailEmbeddertest : public EmbedderTest {}; |