| Index: fpdfsdk/pdfwindow/PWL_ComboBox.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/pdfwindow/PWL_ComboBox.h
|
| similarity index 90%
|
| rename from fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| rename to fpdfsdk/pdfwindow/PWL_ComboBox.h
|
| index 88b7213920dbc93e5e81a84dbee416a8f0e4412f..6d376e1895685a948f111e270066ad0eaff9a5d9 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_ComboBox.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_COMBOBOX_H_
|
| -#define FPDFSDK_INCLUDE_PDFWINDOW_PWL_COMBOBOX_H_
|
| +#ifndef FPDFSDK_PDFWINDOW_PWL_COMBOBOX_H_
|
| +#define FPDFSDK_PDFWINDOW_PWL_COMBOBOX_H_
|
|
|
| -#include "fpdfsdk/include/pdfwindow/PWL_Edit.h"
|
| -#include "fpdfsdk/include/pdfwindow/PWL_ListBox.h"
|
| -#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h"
|
| +#include "fpdfsdk/pdfwindow/PWL_Edit.h"
|
| +#include "fpdfsdk/pdfwindow/PWL_ListBox.h"
|
| +#include "fpdfsdk/pdfwindow/PWL_Wnd.h"
|
|
|
| class CPWL_CBEdit : public CPWL_Edit {
|
| public:
|
| @@ -103,4 +103,4 @@ class CPWL_ComboBox : public CPWL_Wnd {
|
| void* m_pFormFiller;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_PDFWINDOW_PWL_COMBOBOX_H_
|
| +#endif // FPDFSDK_PDFWINDOW_PWL_COMBOBOX_H_
|
|
|