| Index: xfa/fwl/core/cfwl_notedriver.h
|
| diff --git a/xfa/fwl/core/cfwl_notedriver.h b/xfa/fwl/core/cfwl_notedriver.h
|
| index 9e5fa99f6aeec431bd2b6aa70cdec69f5660ade8..ee9b384e7a5a0c046970d18a2acb461e55dadbb9 100644
|
| --- a/xfa/fwl/core/cfwl_notedriver.h
|
| +++ b/xfa/fwl/core/cfwl_notedriver.h
|
| @@ -12,14 +12,12 @@
|
| #include <unordered_map>
|
|
|
| #include "xfa/fwl/core/cfwl_event.h"
|
| -#include "xfa/fwl/core/ifwl_tooltip.h"
|
| #include "xfa/fwl/core/ifwl_widget.h"
|
| #include "xfa/fxgraphics/cfx_graphics.h"
|
|
|
| class CFWL_EventTarget;
|
| class CFWL_NoteLoop;
|
| class CFWL_TargetImp;
|
| -class IFWL_ToolTip;
|
| class IFWL_Widget;
|
|
|
| class CFWL_NoteDriver {
|
|
|