Code Cleanup

- Removed unnecessary #include <iostream>
This commit is contained in:
Paul Beckingham 2009-07-05 13:48:09 -04:00
parent e20e05ab54
commit fbeadfa313
3 changed files with 0 additions and 3 deletions

View file

@ -25,7 +25,6 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View file

@ -25,7 +25,6 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove
#include <algorithm> #include <algorithm>
#include "Cmd.h" #include "Cmd.h"
#include "Context.h" #include "Context.h"

View file

@ -25,7 +25,6 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove
#include <sstream> #include <sstream>
#include "Filter.h" #include "Filter.h"
#include "util.h" #include "util.h"