X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.h;h=fb0dc7277b8cbf267e793fe3c4ce02aeec4a2c93;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=8af93a465c6d656a41d99b4a0c11fc4cb1da7a7d;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Chktex.h b/src/Chktex.h index 8af93a465c..fb0dc7277b 100644 --- a/src/Chktex.h +++ b/src/Chktex.h @@ -12,11 +12,14 @@ #ifndef CHKTEX_H #define CHKTEX_H +#include + + +namespace lyx { + class LyXLex; class TeXErrors; -#include - /// class Chktex { @@ -36,15 +39,15 @@ public: private: /// int scanLogFile(TeXErrors &); - /// std::string cmd; - /// std::string file; - /// std::string path; }; + +} // namespace lyx + #endif