]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / lyxlex_pimpl.h
index 1f63abc1115d7fcaa4e93306eb16c7a54e78fce4..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 {