From 18e9e7aa939cbd5bc29e43d1117e882f1bcdd3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 May 2012 17:14:16 +0200 Subject: [PATCH] Adapted to Magnum changes. --- src/Plugins/TgaImporter/Test/TgaImporterTest.cpp | 1 - src/Plugins/TgaImporter/TgaImporter.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Plugins/TgaImporter/Test/TgaImporterTest.cpp b/src/Plugins/TgaImporter/Test/TgaImporterTest.cpp index 29db4bc52..be277984d 100644 --- a/src/Plugins/TgaImporter/Test/TgaImporterTest.cpp +++ b/src/Plugins/TgaImporter/Test/TgaImporterTest.cpp @@ -21,7 +21,6 @@ #include "../TgaImporter.h" using namespace std; -using namespace Corrade::Utility; QTEST_APPLESS_MAIN(Magnum::Trade::TgaImporter::Test::TgaImporterTest) diff --git a/src/Plugins/TgaImporter/TgaImporter.cpp b/src/Plugins/TgaImporter/TgaImporter.cpp index 599392a2e..c6fcf795d 100644 --- a/src/Plugins/TgaImporter/TgaImporter.cpp +++ b/src/Plugins/TgaImporter/TgaImporter.cpp @@ -20,7 +20,6 @@ #include "Trade/ImageData.h" using namespace std; -using namespace Corrade::Utility; namespace Magnum { namespace Trade { namespace TgaImporter {