X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FSelection.h;h=ac902ffc1eaafcaef57e201ddf59fd9ff5d8ab73;hb=06416763acc0318f22c534da4e8469471f4cbcd8;hp=9f8af37f2d25b965e29cabe6ea522f451be84491;hpb=31334d39348282d4586eb82b9bb5e91f03018542;p=lyx.git diff --git a/src/frontends/Selection.h b/src/frontends/Selection.h index 9f8af37f2d..ac902ffc1e 100644 --- a/src/frontends/Selection.h +++ b/src/frontends/Selection.h @@ -11,10 +11,10 @@ * Full author contact details are available in file CREDITS. */ -#ifndef BASE_SELECTION_H -#define BASE_SELECTION_H +#ifndef SELECTION_H +#define SELECTION_H -#include "support/docstring.h" +#include "support/strfwd.h" namespace lyx { namespace frontend { @@ -73,4 +73,4 @@ extern frontend::Selection & theSelection(); } // namespace lyx -#endif // BASE_SELECTION_H +#endif // SELECTION_H