diff -r a1ae877b438d -r 9f739222ee8c branchobj.cpp --- a/branchobj.cpp Tue Oct 23 13:05:22 2007 +0000 +++ b/branchobj.cpp Thu Nov 08 15:28:04 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;