comparison gui/src/octave-adapter/octave-main-thread.cc @ 15155:9e62d5a3a45e gui

partial cleanup of include files in gui sources * symbol-information.cc, octave-adapter/octave-event.cc: New files. * documentation-dockwidget.h, history-dockwidget.cc, m-editor/file-editor.h, octave-event.cc, octave-event.h, octave-link.cc, octave-link.h, octave-main-thread.cc, octave-gui.cc, symbol-information.cc, symbol-information.h, workspace-model.cc: Avoid including unnecssary header files.
author John W. Eaton <jwe@octave.org>
date Sat, 11 Aug 2012 11:02:12 -0400
parents 16a6b0a6855d
children
comparison
equal deleted inserted replaced
15154:d8a10cae1dcd 15155:9e62d5a3a45e
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 #ifdef HAVE_CONFIG_H
19 #include <config.h>
20 #endif
21
22 #include <string>
23
24 #include "octave.h"
25
18 #include "octave-main-thread.h" 26 #include "octave-main-thread.h"
19 #include "octave-link.h" 27 #include "octave-link.h"
20 #include <string>
21 28
22 octave_main_thread::octave_main_thread () : QThread () 29 octave_main_thread::octave_main_thread () : QThread ()
23 { 30 {
24 } 31 }
25 32