]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.C
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlLog.C
index 40fee20f9b724479665d8e6eb3864021f38bb50c..2c9c570de676efebbeec7974f162203cf6f09da3 100644 (file)
  * \author Angus Leeming <a.leeming@ic.ac.uk>
  */
 
+#include <config.h>
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
 
-#include <config.h>
+#include "ViewBase.h"
+#include "ButtonControllerBase.h"
 #include "ControlLog.h"
 #include "LyXView.h"
 #include "Dialogs.h"
 #include "lyxrc.h"
+#include "BufferView.h"
 
 using SigC::slot;