Skip to content

Commit

Permalink
Clean up unnecessary #includes from RemoteJobManager.h
Browse files Browse the repository at this point in the history
Refs #9049
  • Loading branch information
rgmiller committed Feb 20, 2014
1 parent 4bfa5b3 commit 22229a3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Code/Mantid/Framework/Kernel/inc/MantidKernel/RemoteJobManager.h
Expand Up @@ -2,16 +2,24 @@
#define REMOTEJOBMANAGER_H

#include <string>
#include <ostream>
#include <vector>
#include <map>
#include <istream>

#include <Poco/DOM/Element.h>
#include <Poco/DOM/NodeList.h>
#include <Poco/Net/HTTPClientSession.h>
#include <Poco/Net/HTTPCookie.h>
#include <Poco/Net/HTTPRequest.h>
#include <Poco/Net/HTTPResponse.h>
#include <Poco/Net/NameValueCollection.h>

// Forward declarations
namespace Poco {
namespace XML {
class Element;
}
namespace Net {
class HTTPCookie;
class NameValueCollection;
}
}

namespace Mantid
{
Expand Down

0 comments on commit 22229a3

Please sign in to comment.