]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
Oops...
[lyx.git] / src / lyxlex_pimpl.h
index 9aecd59bd3d118a03b5ac246bfd960fdf2682d76..d0ec72e4567c7c586b04cf7fc24507860c3d4f87 100644 (file)
@@ -3,15 +3,12 @@
 #ifndef LYXLEX_PIMPL_H
 #define LYXLEX_PIMPL_H
 
-#include <fstream>
-#include <stack>
-#include <boost/utility.hpp>
-
 #include "lyxlex.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#include <boost/utility.hpp>
+
+#include <fstream>
+#include <stack>
 
 ///
 struct LyXLex::Pimpl : boost::noncopyable {
@@ -20,7 +17,7 @@ struct LyXLex::Pimpl : boost::noncopyable {
                ///
                LEX_MAX_BUFF = 2048
        };
-       
+
        ///
        Pimpl(keyword_item * tab, int num);
        ///
@@ -55,7 +52,7 @@ struct LyXLex::Pimpl : boost::noncopyable {
        std::filebuf fb__;
        /// the stream that we use.
        std::istream is;
-       /// 
+       ///
        string name;
        ///
        keyword_item * table;