changeset 626 | 96c8e6860e0c |
parent 611 | a1ae877b438d |
child 628 | d7d0708b1c60 |
1.1 --- a/branchobj.cpp Tue Oct 23 13:05:22 2007 +0000 1.2 +++ b/branchobj.cpp Tue Dec 04 12:32:56 2007 +0000 1.3 @@ -1,7 +1,11 @@ 1.4 #include "branchobj.h" 1.5 -#include "texteditor.h" 1.6 + 1.7 +// #include "texteditor.h" 1.8 #include "mapeditor.h" 1.9 #include "mainwindow.h" 1.10 +#include "misc.h" 1.11 + 1.12 +class TextEditor; 1.13 1.14 extern TextEditor *textEditor; 1.15 extern Main *mainWindow;