| Index: xfa/fgas/crt/fgas_stream.cpp
|
| diff --git a/xfa/src/fgas/crt/fgas_stream.cpp b/xfa/fgas/crt/fgas_stream.cpp
|
| similarity index 99%
|
| rename from xfa/src/fgas/crt/fgas_stream.cpp
|
| rename to xfa/fgas/crt/fgas_stream.cpp
|
| index c515b56662590d6a435c049c0f2374ea80f07ad5..6f082dd5f1b5560822c8f4dc4d89b2c210c0dc52 100644
|
| --- a/xfa/src/fgas/crt/fgas_stream.cpp
|
| +++ b/xfa/fgas/crt/fgas_stream.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fgas/crt/fgas_stream.h"
|
| +#include "xfa/fgas/crt/fgas_stream.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "xfa/src/fgas/crt/fgas_system.h"
|
| -#include "xfa/src/fgas/crt/fgas_codepage.h"
|
| +#include "xfa/fgas/crt/fgas_codepage.h"
|
| +#include "xfa/fgas/crt/fgas_system.h"
|
|
|
| namespace {
|
|
|
|
|