| Index: fpdfsdk/formfiller/cffl_formfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| index ff7bf86449ba551a32b7a960fd4c8d41cb1013e1..3333f7ae9947c8c83e67e2d2c120db1f993ba2b5 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "fpdfsdk/formfiller/cba_fontmap.h"
|
| #include "fpdfsdk/include/fsdk_common.h"
|
| #include "fpdfsdk/include/fsdk_mgr.h"
|
| -#include "fpdfsdk/include/pdfwindow/PWL_Utils.h"
|
| +#include "fpdfsdk/pdfwindow/PWL_Utils.h"
|
|
|
| #define GetRed(rgb) ((uint8_t)(rgb))
|
| #define GetGreen(rgb) ((uint8_t)(((uint16_t)(rgb)) >> 8))
|
|
|