Code Cleanup

- Removed unnecessary includes.
This commit is contained in:
Paul Beckingham 2010-08-13 00:47:23 -04:00
parent 63384abd14
commit 80f9af08e3
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove
#include <algorithm> #include <algorithm>
#include "Context.h" #include "Context.h"
#include "API.h" #include "API.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>