X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FRadioButtonGroup.h;h=bf96b6aca68a263d196d57041380ba1c86eb18d5;hb=9f29ab3aa5fb11baca9bc28dc3710076cb3a2645;hp=658f8c30910f704f29a0884e95fd6552a33b0f80;hpb=20b05ef8c1e3d73175427405cbc2bb5d3c6d7e90;p=lyx.git diff --git a/src/frontends/xforms/RadioButtonGroup.h b/src/frontends/xforms/RadioButtonGroup.h index 658f8c3091..bf96b6aca6 100644 --- a/src/frontends/xforms/RadioButtonGroup.h +++ b/src/frontends/xforms/RadioButtonGroup.h @@ -13,17 +13,18 @@ #ifndef RADIOBUTTONGROUP_H #define RADIOBUTTONGROUP_H +#include +#include + +#include FORMS_H_LOCATION + #ifdef __GNUG__ #pragma interface #endif -#include -#include - using std::vector; using std::pair; -#include FORMS_H_LOCATION /** This class simplifies the work with a group of radio buttons, * the idea is that you register a bunch of radio buttons with the accompanying