diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-09-04 13:47:12 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-09-04 13:47:12 +0200 |
commit | cd0e606efe969d8361fd38b4ca959183feeddc9b (patch) | |
tree | 708fd6bc11897513c46a773442d9fa5d24442c5b /src/Common | |
parent | 1eb9f4df776adc5dc5cf74a587288199bbf8b703 (diff) | |
download | mad-cd0e606efe969d8361fd38b4ca959183feeddc9b.tar mad-cd0e606efe969d8361fd38b4ca959183feeddc9b.zip |
Don't use GNU readline
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/XmlData.cpp | 2 | ||||
-rw-r--r-- | src/Common/XmlData.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Common/XmlData.cpp b/src/Common/XmlData.cpp index d3c948b..4d1da6e 100644 --- a/src/Common/XmlData.cpp +++ b/src/Common/XmlData.cpp @@ -22,8 +22,6 @@ #include <cstdlib> #include <cstring> -#include <iostream> - namespace Mad { namespace Common { diff --git a/src/Common/XmlData.h b/src/Common/XmlData.h index 216b0f1..6be2b1d 100644 --- a/src/Common/XmlData.h +++ b/src/Common/XmlData.h @@ -37,8 +37,6 @@ #include <boost/variant/variant.hpp> #include <boost/smart_ptr.hpp> -#include <iostream> - namespace Mad { namespace Common { |