diff options
author | Sven Gothel <[email protected]> | 2022-08-05 11:27:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-08-05 11:27:00 +0200 |
commit | d05fdc4fe97fe7e76a1b8f76263fc3081c0d9c30 (patch) | |
tree | e61ca7cb75a6a26cb621e95353ed9e0f681eba1a /test/test_basictypeconv.cpp | |
parent | 1f0452a578a52f113ab1c00cc80af2fcf404092b (diff) |
Tests: Don't include iostream if not explicitly used
Diffstat (limited to 'test/test_basictypeconv.cpp')
-rw-r--r-- | test/test_basictypeconv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_basictypeconv.cpp b/test/test_basictypeconv.cpp index 10ab37e..4228a95 100644 --- a/test/test_basictypeconv.cpp +++ b/test/test_basictypeconv.cpp @@ -21,7 +21,6 @@ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include <iostream> #include <cassert> #include <cinttypes> #include <cstring> |