texteditor.cpp
changeset 825 1ad892c1a709
parent 823 0bba81dde1bc
child 829 832e96c9abb6
     1.1 --- a/texteditor.cpp	Thu Feb 25 11:03:52 2010 +0000
     1.2 +++ b/texteditor.cpp	Tue Mar 02 13:59:19 2010 +0000
     1.3 @@ -1,6 +1,5 @@
     1.4  #include "texteditor.h"
     1.5  
     1.6 -#include <iostream>
     1.7  #include <cstdlib>
     1.8  #include <typeinfo>
     1.9  
    1.10 @@ -17,8 +16,6 @@
    1.11  
    1.12  extern bool debug;
    1.13  
    1.14 -using namespace std;
    1.15 -
    1.16  
    1.17  ///////////////////////////////////////////////////////////////////////
    1.18  ///////////////////////////////////////////////////////////////////////