X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FATC-Main.hxx;h=b6adc73ef1574d023dc24de1383530eb1d1e50df;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=64d0606b4a9be6cac7fc34dd95430214dbed3a3f;hpb=40170cb722a08f0ab93875e4e35e022941551c40;p=flightgear.git diff --git a/src/Network/ATC-Main.hxx b/src/Network/ATC-Main.hxx index 64d0606b4..b6adc73ef 100644 --- a/src/Network/ATC-Main.hxx +++ b/src/Network/ATC-Main.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -28,8 +28,6 @@ # include #endif -#include - #include #include
@@ -71,7 +69,6 @@ public: { } ~FGATCMain() { - cout << "FGATCMain destructor" << endl; delete input0; delete input1; delete output0;