]> git.lyx.org Git - features.git/commitdiff
Header cleanup.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 11 Oct 2007 07:26:06 +0000 (07:26 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 11 Oct 2007 07:26:06 +0000 (07:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20894 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp
src/LyXFunc.h

index e2a12e1c1f353223b808d11761e3c492ea792fc2..2304eb7eeb85aa4d90522247476aaa03c1497e05 100644 (file)
@@ -89,7 +89,6 @@
 #include "support/environment.h"
 #include "support/FileFilterList.h"
 #include "support/filetools.h"
-#include "support/ForkedcallsController.h"
 #include "support/fs_extras.h"
 #include "support/lstrings.h"
 #include "support/Path.h"
@@ -125,7 +124,6 @@ using support::contains;
 using support::FileFilterList;
 using support::FileName;
 using support::fileSearch;
-using support::ForkedcallsController;
 using support::i18nLibFileSearch;
 using support::isDirWriteable;
 using support::isFileReadable;
index 6dc89890bd7b0c6c5d9b953d976d4701012c20f8..35f29388b6dd3afd64b27aa9243f689f9cf819d7 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "support/docstring.h"
 
-#include <boost/signals/trackable.hpp>
-
 namespace lyx {
 
 class Buffer;
@@ -42,7 +40,8 @@ class LyXView;
     keyboard or from the GUI. All GUI objects, including buttons and
     menus should use this class and never call kernel functions directly.
 */
-class LyXFunc : public boost::signals::trackable {
+class LyXFunc
+{
 public:
        ///
        explicit LyXFunc();