diff -r a1ae877b438d -r 16d63fc9ae42 branchobj.cpp --- a/branchobj.cpp Tue Oct 23 13:05:22 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;