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 {