diff -r 497f19b3c1fe -r 16d63fc9ae42 branchobj.cpp --- a/branchobj.cpp Tue Nov 06 13:54:41 2007 +0000 +++ b/branchobj.cpp Thu Nov 08 15:28:03 2007 +0000 @@ -1,7 +1,11 @@ #include "branchobj.h" -#include "texteditor.h" + +// #include "texteditor.h" #include "mapeditor.h" #include "mainwindow.h" +#include "misc.h" + +class TextEditor; extern TextEditor *textEditor; extern Main *mainWindow;