summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_radiobutton.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-10 11:35:18 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-10 15:51:02 +0000
commitb9eed2f50403e59c7aa414e272ae732d9bca0a7b (patch)
tree35c7e377169229b0b4688ad3d3f6488805eae542 /fpdfsdk/formfiller/cffl_radiobutton.h
parent217644c0d65abfc9729c083074d505b22cd7ccf6 (diff)
downloadpdfium-b9eed2f50403e59c7aa414e272ae732d9bca0a7b.tar.xz
Fix nits in CFFL_FormFiller
Cleanup nits in CFFL_FormFiller. Split CFFL_Button into own files. Change-Id: I41fa7118a46aa1f495c15f90a4c4b77b309a10d3 Reviewed-on: https://pdfium-review.googlesource.com/7339 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/formfiller/cffl_radiobutton.h')
-rw-r--r--fpdfsdk/formfiller/cffl_radiobutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_radiobutton.h b/fpdfsdk/formfiller/cffl_radiobutton.h
index 29b7e3835a..981e2df62e 100644
--- a/fpdfsdk/formfiller/cffl_radiobutton.h
+++ b/fpdfsdk/formfiller/cffl_radiobutton.h
@@ -7,7 +7,7 @@
#ifndef FPDFSDK_FORMFILLER_CFFL_RADIOBUTTON_H_
#define FPDFSDK_FORMFILLER_CFFL_RADIOBUTTON_H_
-#include "fpdfsdk/formfiller/cffl_formfiller.h"
+#include "fpdfsdk/formfiller/cffl_button.h"
class CPWL_RadioButton;